We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd285fe commit 3eadedbCopy full SHA for 3eadedb
arch/rx/Kconfig
@@ -73,4 +73,9 @@ config INITIALIZATION_STACK_SIZE
73
help
74
Stack size for initialization process of kernel (in bytes)
75
76
+config HAS_MAPPED_INTERRUPTS
77
+ bool
78
+ help
79
+ Support for mapped interrupts.
80
+
81
endmenu
soc/renesas/rx/rx26t/Kconfig
@@ -9,3 +9,4 @@ config SOC_SERIES_RX26T
9
select HAS_RENESAS_RX_RDP
10
select CLOCK_CONTROL
11
select SOC_EARLY_INIT_HOOK
12
+ select HAS_MAPPED_INTERRUPTS
0 commit comments