1# Copyright (c) 2024 EPAM Systems
2# Copyright (c) 2024 Renesas Electronics Corporation
3# SPDX-License-Identifier: Apache-2.0
4
5CONFIG_XIP=n
6
7# Enable UART driver
8CONFIG_SERIAL=y
9
10# Enable console
11CONFIG_CONSOLE=ys
12CONFIG_UART_CONSOLE=y
13