# Board specific configuration values
# -----------------------------------
# Copyright (c) 2021 Xemex N.V.
#
# This is the configuration for the secure part and 
# it was based on the original for the nrf9160-nrf9160 board

CONFIG_SOC_SERIES_NRF91X=y
CONFIG_SOC_NRF9160_SICA=y
CONFIG_BOARD_DNG_NRF9160=y

# Enable MPU
CONFIG_ARM_MPU=y

# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y

# Enable TrustZone-M
CONFIG_ARM_TRUSTZONE_M=y

# Disable uart driver and console for the secure application
CONFIG_SERIAL=n
CONFIG_CONSOLE=n
CONFIG_UART_CONSOLE=n
