arch: rx: Enable HAS_MAPPED_INTERRUPTS config on RX26T

RX26T MCU support mapped interrupt features, add dependency config to
enable zephyr library source from hal

Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
This commit is contained in:
Quy Tran
2025-10-02 08:47:35 +00:00
committed by Chris Friedt
parent 7da22497ff
commit df638db93a
2 changed files with 6 additions and 0 deletions

View File

@@ -73,4 +73,9 @@ config INITIALIZATION_STACK_SIZE
help
Stack size for initialization process of kernel (in bytes)
config HAS_MAPPED_INTERRUPTS
bool
help
Support for mapped interrupts.
endmenu

View File

@@ -9,3 +9,4 @@ config SOC_SERIES_RX26T
select HAS_RENESAS_RX_RDP
select CLOCK_CONTROL
select SOC_EARLY_INIT_HOOK
select HAS_MAPPED_INTERRUPTS