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

CONFIG_SOC_SERIES_NRF91X=y
CONFIG_SOC_NRF9160_SICA=y
CONFIG_BOARD_DNG_NRF9160NS=y

# Enable MPU
CONFIG_ARM_MPU=y

# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y

# Enable TrustZone-M
CONFIG_ARM_TRUSTZONE_M=y

# This board implies building Non-Secure firmware
CONFIG_TRUSTED_EXECUTION_NONSECURE=y

##########################################
# Peripherals
##########################################
CONFIG_GPIO=y
CONFIG_SERIAL=y
CONFIG_WATCHDOG=y
