2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-02-26 13:01:41 +08:00
|
|
|
CONFIG_SOC_SERIES_NRF52X=y
|
|
|
|
CONFIG_SOC_NRF52832_QFAA=y
|
|
|
|
CONFIG_BOARD_NRF52832_MDK=y
|
|
|
|
|
|
|
|
# Enable MPU
|
|
|
|
CONFIG_ARM_MPU=y
|
|
|
|
|
2019-03-27 16:35:11 +08:00
|
|
|
# enable GPIO
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
|
2018-02-26 13:01:41 +08:00
|
|
|
# enable uart driver
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
|
|
|
|
# enable console
|
|
|
|
CONFIG_CONSOLE=y
|
|
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
|
|
|
|
# additional board options
|
|
|
|
CONFIG_GPIO_AS_PINRESET=y
|
2022-03-17 01:29:28 +08:00
|
|
|
|
|
|
|
CONFIG_PINCTRL=y
|