2020-05-20 10:40:20 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# enable uart driver
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
# enable console
|
|
|
|
CONFIG_CONSOLE=y
|
|
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
|
|
|
|
# enable GPIO
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
|
2021-05-04 10:32:00 +02:00
|
|
|
# enable clocks
|
2020-05-20 10:40:20 +02:00
|
|
|
CONFIG_CLOCK_CONTROL=y
|
2021-09-30 15:32:01 +02:00
|
|
|
|
|
|
|
# enable pin controller
|
|
|
|
CONFIG_PINCTRL=y
|