1# Enable UART driver
2CONFIG_SERIAL=y
3
4# Enable console
5CONFIG_CONSOLE=y
6CONFIG_UART_CONSOLE=y
7
8# Enable GPIO
9CONFIG_GPIO=y
10