diff --git a/arch/arm/core/cortex_m/Kconfig b/arch/arm/core/cortex_m/Kconfig index 390de727f94..7ce83cf5c8b 100644 --- a/arch/arm/core/cortex_m/Kconfig +++ b/arch/arm/core/cortex_m/Kconfig @@ -160,16 +160,6 @@ config SW_ISR_TABLE_DYNAMIC SRAM so that it is writable. This has the side-effect of removing write-protection on the ISR table. -config SW_ISR_TABLE_STATIC_CUSTOM - bool - prompt "Projects provide a custom static software ISR table" - depends on SW_ISR_TABLE && !SW_ISR_TABLE_DYNAMIC - default n - help - Projects, not the platform, provide a software table of ISR and their - parameters. The table is static, and thus ISRs cannot be connected - at runtime. - config IRQ_VECTOR_TABLE_CUSTOM bool prompt "Projects provide a custom static IRQ part of vector table"