From bb3cd11bf1920acdb7ee78c45388785d1e814d68 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 21 Oct 2019 22:17:13 +0200 Subject: [PATCH] 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 --- arch/xtensa/Kconfig | 9 --------- boards/xtensa/esp32/esp32_defconfig | 1 - boards/xtensa/intel_s1000_crb/intel_s1000_crb_defconfig | 1 - boards/xtensa/odroid_go/odroid_go_defconfig | 1 - boards/xtensa/qemu_xtensa/qemu_xtensa_defconfig | 1 - boards/xtensa/xt-sim/xt-sim_defconfig | 1 - boards/xtensa/xt-sim/xt-sim_intel_s1000_defconfig | 1 - 7 files changed, 15 deletions(-) diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 86d4acd403d..5b7b14a7494 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -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 diff --git a/boards/xtensa/esp32/esp32_defconfig b/boards/xtensa/esp32/esp32_defconfig index 47b4ed05876..0e71a70345f 100644 --- a/boards/xtensa/esp32/esp32_defconfig +++ b/boards/xtensa/esp32/esp32_defconfig @@ -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 diff --git a/boards/xtensa/intel_s1000_crb/intel_s1000_crb_defconfig b/boards/xtensa/intel_s1000_crb/intel_s1000_crb_defconfig index 64c9be531dc..8fb071aef62 100644 --- a/boards/xtensa/intel_s1000_crb/intel_s1000_crb_defconfig +++ b/boards/xtensa/intel_s1000_crb/intel_s1000_crb_defconfig @@ -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 diff --git a/boards/xtensa/odroid_go/odroid_go_defconfig b/boards/xtensa/odroid_go/odroid_go_defconfig index 7eb101fa54a..feacd937e48 100644 --- a/boards/xtensa/odroid_go/odroid_go_defconfig +++ b/boards/xtensa/odroid_go/odroid_go_defconfig @@ -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 diff --git a/boards/xtensa/qemu_xtensa/qemu_xtensa_defconfig b/boards/xtensa/qemu_xtensa/qemu_xtensa_defconfig index d27120f9dcf..f8771f799d4 100644 --- a/boards/xtensa/qemu_xtensa/qemu_xtensa_defconfig +++ b/boards/xtensa/qemu_xtensa/qemu_xtensa_defconfig @@ -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 diff --git a/boards/xtensa/xt-sim/xt-sim_defconfig b/boards/xtensa/xt-sim/xt-sim_defconfig index 172f1225167..86121a6bc4c 100644 --- a/boards/xtensa/xt-sim/xt-sim_defconfig +++ b/boards/xtensa/xt-sim/xt-sim_defconfig @@ -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 diff --git a/boards/xtensa/xt-sim/xt-sim_intel_s1000_defconfig b/boards/xtensa/xt-sim/xt-sim_intel_s1000_defconfig index f4ec7d90bad..19982cb50d5 100644 --- a/boards/xtensa/xt-sim/xt-sim_intel_s1000_defconfig +++ b/boards/xtensa/xt-sim/xt-sim_intel_s1000_defconfig @@ -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