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 UART driver 13CONFIG_SERIAL=y 14 15# Enable console 16CONFIG_CONSOLE=y 17CONFIG_UART_CONSOLE=y 18 19# Bluetooth not enabled by default on nRF52805 due to RAM limitations when 20# running the default set of kernel tests. 21