blob: 17aa77ac7f85bf85efb0a108e7e5cd506b6f83b4 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 Thomas Stranger
# Enable UART driver
CONFIG_SERIAL=y
# Enable GPIO
CONFIG_GPIO=y
# Enable Clocks
CONFIG_CLOCK_CONTROL=y
# Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable MPU
CONFIG_ARM_MPU=y
# Enable HW stack protection
CONFIG_HW_STACK_PROTECTION=y
# Enable regulator for the power-rails
CONFIG_REGULATOR=y
# Enable pin controller
CONFIG_PINCTRL=y