1# SPDX-License-Identifier: Apache-2.0 2 3# Enable MPU 4CONFIG_ARM_MPU=y 5 6# Enable hardware stack protection 7CONFIG_HW_STACK_PROTECTION=y 8 9# enable GPIO 10CONFIG_GPIO=y 11 12# Enable UARTE 13CONFIG_SERIAL=y 14 15# enable console 16CONFIG_CONSOLE=y 17CONFIG_UART_CONSOLE=y 18 19# Bluetooth not enabled by default on nRF52810 due to RAM limitations when 20# running the default set of kernel tests. 21# Enable this on your prj.conf to include Bluetooth support 22