1234567891011121314151617181920212223 |
- # SPDX-License-Identifier: Apache-2.0
- # Enable MPU
- CONFIG_ARM_MPU=y
- # Enable hardware stack protection
- CONFIG_HW_STACK_PROTECTION=y
- # Enable TrustZone-M
- CONFIG_ARM_TRUSTZONE_M=y
- # This board implies building Non-Secure firmware
- CONFIG_TRUSTED_EXECUTION_NONSECURE=y
- # Enable GPIO
- CONFIG_GPIO=y
- # Enable UART driver
- CONFIG_SERIAL=y
- # Enable console
- CONFIG_CONSOLE=y
- CONFIG_UART_CONSOLE=y
|