1# SPDX-License-Identifier: Apache-2.0
2
3# Enable MPU
4CONFIG_ARM_MPU=y
5
6# Enable UART driver
7CONFIG_SERIAL=y
8
9# Enable console
10CONFIG_CONSOLE=y
11CONFIG_UART_CONSOLE=y
12
13# Additional board options
14CONFIG_GPIO=y
15
16# Required to enable 3V3 power rail and Vin1 monitor
17CONFIG_REGULATOR=y
18