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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user