2019-04-06 15:08:09 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-06-05 22:20:43 +02:00
|
|
|
# Enable MPU
|
|
|
|
CONFIG_ARM_MPU=y
|
|
|
|
|
2020-09-21 16:53:25 +02:00
|
|
|
# Enable HW stack protection
|
|
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
|
2016-04-12 18:50:14 +02:00
|
|
|
# enable uart driver
|
|
|
|
CONFIG_SERIAL=y
|
2017-12-28 20:31:02 +01:00
|
|
|
|
|
|
|
# enable console
|
2016-04-12 18:50:14 +02:00
|
|
|
CONFIG_CONSOLE=y
|
|
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
|
2017-12-28 20:31:02 +01:00
|
|
|
# enable GPIO
|
2016-04-12 18:50:14 +02:00
|
|
|
CONFIG_GPIO=y
|
|
|
|
|
2021-05-04 10:36:37 +02:00
|
|
|
# enable clocks
|
2016-04-12 18:50:14 +02:00
|
|
|
CONFIG_CLOCK_CONTROL=y
|
2021-09-30 15:32:01 +02:00
|
|
|
|
|
|
|
# enable pin controller
|
|
|
|
CONFIG_PINCTRL=y
|