26 lines
534 B
Plaintext
26 lines
534 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com>
|
|
# Copyright (c) 2024 Tomas Jurena <jurena@utb.cz>
|
|
|
|
# Enable the internal SMPS regulator
|
|
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable HW stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
# Enable UART ( disable to assign to M4 core)
|
|
CONFIG_SERIAL=y
|
|
|
|
# Console ( disable to assign to M4 core)
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable Clock
|
|
CONFIG_CLOCK_CONTROL=y
|