You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
329 B
10 lines
329 B
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config RENESAS_RA_ICU |
|
bool "Renesas RA series interrupt controller unit" |
|
default y |
|
depends on DT_HAS_RENESAS_RA_INTERRUPT_CONTROLLER_UNIT_ENABLED |
|
select GEN_ISR_TABLES |
|
help |
|
Renesas RA series interrupt controller unit
|
|
|