zephyr/drivers/interrupt_controller/Kconfig.renesas_ra
TOKITA Hiroshi daa3bb1d55 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>
2024-06-20 12:57:54 +02:00

11 lines
329 B
Plaintext

# 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