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