Add interrupt controller driver support for RX130 series Signed-off-by: Tatsuya Ogawa <tatsuya.ogawa.nx@renesas.com> Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
# Copyright (c) 2025 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RENESAS_RX_ICU
|
|
bool "Renesas RX series interrupt controller unit"
|
|
default y
|
|
depends on DT_HAS_RENESAS_RX_ICU_ENABLED
|
|
help
|
|
Renesas RX series interrupt controller unit
|