1# SPDX-License-Identifier: Apache-2.0 2# Copyright (c) 2019 STMicroelectronics 3 4# Enable the internal SMPS regulator 5CONFIG_POWER_SUPPLY_DIRECT_SMPS=y 6 7# Enable GPIO 8CONFIG_GPIO=y 9 10# Enable MPU 11CONFIG_ARM_MPU=y 12 13# Enable HW stack protection 14CONFIG_HW_STACK_PROTECTION=y 15 16# Disable following to assign serial ports to m4 core 17 18# Enable uart driver 19CONFIG_SERIAL=y 20# Console 21CONFIG_CONSOLE=y 22CONFIG_UART_CONSOLE=y 23