File tree Expand file tree Collapse file tree 5 files changed +1
-93
lines changed
soc/mediatek/mt8xxx/mt8196
tests/drivers/interrupt_controller/multi_level_backend Expand file tree Collapse file tree 5 files changed +1
-93
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ zephyr_library_sources_ifdef(
2727 multilevel_irq.c
2828 )
2929
30- zephyr_library_sources_ifdef(CONFIG_LEGACY_MULTI_LEVEL_TABLE_GENERATION multilevel_irq_legacy.c)
31-
3230zephyr_library_sources_ifdef(CONFIG_SHARED_INTERRUPTS shared_irq.c)
3331
3432if (NOT CONFIG_ARCH_HAS_TIMING_FUNCTIONS AND
Original file line number Diff line number Diff line change @@ -16,21 +16,6 @@ config SEMIHOST
1616 This option is compatible with hardware and with QEMU, through the
1717 (automatic) use of the -semihosting-config switch when invoking it.
1818
19- config LEGACY_MULTI_LEVEL_TABLE_GENERATION
20- bool "Auto generates the multi-level interrupt LUT (deprecated)"
21- default y
22- select DEPRECATED
23- depends on MULTI_LEVEL_INTERRUPTS
24- depends on !PLIC
25- depends on !NXP_IRQSTEER
26- depends on !RV32M1_INTMUX
27- depends on !CAVS_ICTL
28- depends on !DW_ICTL_ACE
29- depends on !DW_ICTL
30- help
31- A make-shift Kconfig to continue generating the multi-level interrupt LUT
32- with the legacy way using DT macros.
33-
3419config ISR_TABLE_SHELL
3520 bool "Shell command to dump the ISR tables"
3621 depends on GEN_SW_ISR_TABLE
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
44if SOC_MT8196
55
6- config LEGACY_MULTI_LEVEL_TABLE_GENERATION
7- default n
8-
96config NUM_2ND_LEVEL_AGGREGATORS
107 default 2
118
Original file line number Diff line number Diff line change 55 tags :
66 - drivers
77 - interrupt
8- filter : CONFIG_MULTI_LEVEL_INTERRUPTS and not CONFIG_LEGACY_MULTI_LEVEL_TABLE_GENERATION
8+ filter : CONFIG_MULTI_LEVEL_INTERRUPTS
99 platform_allow :
1010 - m2gl025_miv/miv
1111 - qemu_riscv32/qemu_virt_riscv32
You can’t perform that action at this time.
0 commit comments