1# Copyright (c) 2025 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4# Enable GPIO
5CONFIG_GPIO=y
6
7# Enable Console
8CONFIG_SERIAL=y
9CONFIG_UART_INTERRUPT_DRIVEN=y
10CONFIG_UART_CONSOLE=y
11CONFIG_CONSOLE=y
12