1# SPDX-License-Identifier: Apache-2.0
2
3# enable uart driver
4CONFIG_SERIAL=y
5# enable console
6CONFIG_CONSOLE=y
7CONFIG_UART_CONSOLE=y
8
9# enable GPIO
10CONFIG_GPIO=y
11
12# enable clocks
13CONFIG_CLOCK_CONTROL=y
14
15# enable pin controller
16CONFIG_PINCTRL=y
17