dalzentwo_nrf9151_ns_defconfig 393 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: Apache-2.0
  2. # Enable MPU
  3. CONFIG_ARM_MPU=y
  4. # Enable hardware stack protection
  5. CONFIG_HW_STACK_PROTECTION=y
  6. # Enable TrustZone-M
  7. CONFIG_ARM_TRUSTZONE_M=y
  8. # This board implies building Non-Secure firmware
  9. CONFIG_TRUSTED_EXECUTION_NONSECURE=y
  10. # Enable GPIO
  11. CONFIG_GPIO=y
  12. # Enable UART driver
  13. CONFIG_SERIAL=y
  14. # Enable console
  15. CONFIG_CONSOLE=y
  16. CONFIG_UART_CONSOLE=y