Skip to content

Commit bcd5182

Browse files
committed
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 <[email protected]>
1 parent b7a16ac commit bcd5182

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

arch/rx/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,9 @@ config INITIALIZATION_STACK_SIZE
7373
help
7474
Stack size for initialization process of kernel (in bytes)
7575

76+
config HAS_MAPPED_INTERRUPTS
77+
bool
78+
help
79+
Support for mapped interrupts.
80+
7681
endmenu

soc/renesas/rx/rx26t/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ config SOC_SERIES_RX26T
99
select HAS_RENESAS_RX_RDP
1010
select CLOCK_CONTROL
1111
select SOC_EARLY_INIT_HOOK
12+
select HAS_MAPPED_INTERRUPTS

0 commit comments

Comments
 (0)