Add support for the Renesas RA Event Link Controller, including driver sources, Kconfig, and Devicetree bindings. Signed-off-by: Khanh Nguyen <khanh.nguyen.wz@bp.renesas.com> Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
12 lines
349 B
Text
12 lines
349 B
Text
# Copyright (c) 2025 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Renesas RA Event Link Controller Option
|
|
|
|
config RENESAS_RA_ELC
|
|
bool "Renesas RA Event Link Controller Driver"
|
|
depends on DT_HAS_RENESAS_RA_ELC_ENABLED
|
|
select USE_RA_FSP_ELC
|
|
default y
|
|
help
|
|
Enable config options for Renesas RA Event Link Controller
|