1# SPDX-License-Identifier: Apache-2.0
2
3CONFIG_SERIAL=y
4
5# console
6CONFIG_CONSOLE=y
7CONFIG_UART_CONSOLE=y
8
9# enable GPIO
10CONFIG_GPIO=y
11