mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 07:25:22 +00:00
Add minimal support for Renesas RZ/G2LC-SMARC Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com>
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# Copyright (c) 2025 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_XIP=n
|
|
|
|
# Enable UART driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|