blob: d12c3dd66fe8a49b8a6634d62f91f010a6caf430 [file] [log] [blame]
# Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
CONFIG_ARM=y
CONFIG_SOC_FAMILY_NRF=y
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52811_QFAA=y
CONFIG_BOARD_NRF52811_PCA10056=y
# Enable MPU
CONFIG_ARM_MPU=y
# Enable UART
CONFIG_SERIAL=y
CONFIG_UART_0_NRF_UART=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# enable GPIO
CONFIG_GPIO=y
# additional board options
CONFIG_GPIO_AS_PINRESET=y
# Bluetooth not enabled by default on nRF52811 due to RAM limitations when
# running the default set of kernel tests.
# Enable this on your prj.conf to include Bluetooth support