1# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config RENESAS_RA_ICU
5	bool "Renesas RA series interrupt controller unit"
6	default y
7	depends on DT_HAS_RENESAS_RA_INTERRUPT_CONTROLLER_UNIT_ENABLED
8	select GEN_ISR_TABLES
9	help
10	  Renesas RA series interrupt controller unit
11