1# SPDX-License-Identifier: Apache-2.0
2# Copyright (c) 2024 S&C Electric Company <Michael.Banducci@sandc.com>
3
4# Enable the internal SMPS regulator
5CONFIG_POWER_SUPPLY_DIRECT_SMPS=y
6
7# Enable MPU
8CONFIG_ARM_MPU=y
9
10# Enable HW stack protection
11CONFIG_HW_STACK_PROTECTION=y
12
13# Enable UART (disable to assign to M4 core)
14CONFIG_SERIAL=y
15
16# Console (disable to assign to M4 core)
17CONFIG_CONSOLE=y
18CONFIG_UART_CONSOLE=y
19
20# Enable GPIO
21CONFIG_GPIO=y
22