2020-06-11 16:55:34 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# enable uart driver
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
|
|
|
|
# enable GPIO
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
|
2021-04-29 17:20:48 +02:00
|
|
|
# Enable Clocks
|
2020-06-11 16:55:34 +02:00
|
|
|
CONFIG_CLOCK_CONTROL=y
|
|
|
|
|
|
|
|
# console
|
|
|
|
CONFIG_CONSOLE=y
|
|
|
|
CONFIG_UART_CONSOLE=y
|
2021-09-30 15:32:01 +02:00
|
|
|
|
|
|
|
# enable pin controller
|
|
|
|
CONFIG_PINCTRL=y
|