2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-01-17 20:46:41 +08:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_SOC_FAMILY_NRF=y
|
|
|
|
CONFIG_SOC_SERIES_NRF91X=y
|
|
|
|
CONFIG_SOC_NRF9160_SICA=y
|
2019-02-07 23:40:14 +08:00
|
|
|
CONFIG_BOARD_NRF9160_PCA10090NS=y
|
2019-01-17 20:46:41 +08:00
|
|
|
|
|
|
|
# Enable MPU
|
|
|
|
CONFIG_ARM_MPU=y
|
|
|
|
|
|
|
|
# Enable TrustZone-M
|
|
|
|
CONFIG_ARM_TRUSTZONE_M=y
|
|
|
|
|
|
|
|
# This Board implies building Non-Secure firmware
|
|
|
|
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
|
|
|
|
2019-03-27 16:35:11 +08:00
|
|
|
# enable GPIO
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
|
2019-01-17 20:46:41 +08:00
|
|
|
# Enable uart driver
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
CONFIG_UART_0_NRF_UARTE=y
|
|
|
|
|
|
|
|
# enable console
|
|
|
|
CONFIG_CONSOLE=y
|
|
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
|
|
|
|
# additional board options
|
|
|
|
CONFIG_GPIO_AS_PINRESET=y
|
|
|
|
|
|
|
|
# entropy driver doesn't support nRF9160 yet
|
|
|
|
CONFIG_ENTROPY_NRF5_RNG=n
|