1# SPDX-License-Identifier: Apache-2.0
2
3# Serial Drivers
4CONFIG_SERIAL=y
5CONFIG_UART_INTERRUPT_DRIVEN=y
6
7# Enable console
8CONFIG_CONSOLE=y
9CONFIG_UART_CONSOLE=y
10
11# GPIO Controller
12CONFIG_GPIO=y
13
14# Enable clock
15CONFIG_CLOCK_CONTROL=y
16
17# enable pin controller
18CONFIG_PINCTRL=y
19