xtensa: kconfig: Remove unused SW_ISR_TABLE symbol
Unused since commit 6fd6b7e50a
("xtensa: remove legacy arch
implementation").
Found with a script.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
6cc9800105
commit
bb3cd11bf1
7 changed files with 0 additions and 15 deletions
|
@ -55,15 +55,6 @@ config XTENSA_NO_IPC
|
|||
Uncheck this if you core does not implement "SCOMPARE1" register and "s32c1i"
|
||||
instruction.
|
||||
|
||||
config SW_ISR_TABLE
|
||||
bool "Enable software interrupt handler table"
|
||||
default y
|
||||
help
|
||||
Enable an interrupt handler table implemented in software. This
|
||||
table, unlike ISRs connected directly in the vector table, allow
|
||||
a parameter to be passed to the interrupt handlers. Also, invoking
|
||||
the exception/interrupt exit stub is automatically done.
|
||||
|
||||
config XTENSA_RESET_VECTOR
|
||||
bool "Build reset vector code"
|
||||
default y
|
||||
|
|
|
@ -26,7 +26,6 @@ CONFIG_GPIO_ESP32=y
|
|||
|
||||
CONFIG_ENTROPY_ESP32_RNG=y
|
||||
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_GEN_ISR_TABLES=y
|
||||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ CONFIG_XTENSA=y
|
|||
CONFIG_SOC_INTEL_S1000=y
|
||||
CONFIG_BOARD_INTEL_S1000_CRB=y
|
||||
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_GEN_ISR_TABLES=y
|
||||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
|
||||
|
|
|
@ -26,6 +26,5 @@ CONFIG_GPIO_ESP32=y
|
|||
|
||||
CONFIG_ENTROPY_ESP32_RNG=y
|
||||
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_GEN_ISR_TABLES=y
|
||||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
|
|
|
@ -8,7 +8,6 @@ CONFIG_CONSOLE=y
|
|||
CONFIG_SOC_XTENSA_SAMPLE_CONTROLLER=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=10000000
|
||||
CONFIG_STACK_SENTINEL=y
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_GEN_ISR_TABLES=y
|
||||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
CONFIG_SIMULATOR_XTENSA=y
|
||||
|
|
|
@ -7,7 +7,6 @@ CONFIG_SOC_XTENSA_SAMPLE_CONTROLLER=y
|
|||
CONFIG_BOARD_XT_SIM=y
|
||||
CONFIG_CONSOLE=y
|
||||
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_GEN_ISR_TABLES=y
|
||||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
CONFIG_SIMULATOR_XTENSA=y
|
||||
|
|
|
@ -6,6 +6,5 @@ CONFIG_XTENSA=y
|
|||
CONFIG_SOC_INTEL_S1000=y
|
||||
CONFIG_BOARD_XT_SIM=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_SW_ISR_TABLE=y
|
||||
CONFIG_GEN_ISR_TABLES=y
|
||||
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue