1# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
2# SPDX-License-Identifier: Apache-2.0
3
4CONFIG_RUNTIME_NMI=y
5CONFIG_ARM_TRUSTZONE_M=y
6CONFIG_ARM_MPU=y
7
8# GPIOs
9CONFIG_GPIO=y
10
11# Serial
12CONFIG_CONSOLE=y
13CONFIG_UART_CONSOLE=y
14CONFIG_SERIAL=y
15
16# Build a Secure firmware image
17CONFIG_TRUSTED_EXECUTION_SECURE=y
18