drivers: interrupt_controller: renesas_ra: Enable GEN_ISR_TABLES explicitly
Renesas RA ICU driver requires to generate ISR tables. Adding `select GEN_ISR_TABLES` to force enable it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
ef62bba336
commit
daa3bb1d55
@ -5,5 +5,6 @@ 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user