1# SPDX-License-Identifier: Apache-2.0 2# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com> 3# Copyright (c) 2024 Tomas Jurena <jurena@utb.cz> 4 5# Enable the internal SMPS regulator 6CONFIG_POWER_SUPPLY_DIRECT_SMPS=y 7 8# Enable MPU 9CONFIG_ARM_MPU=y 10 11# Enable HW stack protection 12CONFIG_HW_STACK_PROTECTION=y 13 14# Enable UART ( disable to assign to M4 core) 15CONFIG_SERIAL=y 16 17# Console ( disable to assign to M4 core) 18CONFIG_CONSOLE=y 19CONFIG_UART_CONSOLE=y 20 21# Enable GPIO 22CONFIG_GPIO=y 23