mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 12:23:59 +00:00
Add minimal support for Renesas EK-RA4M1 board with basic gpio, pinctrl, uart, clock control and counter drivers" Signed-off-by: Tran Van Quy <quy.tran.pz@renesas.com>
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable Console
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_CONSOLE=y
|