arm: Remove obsolete SW_ISR_TABLE_BSP Kconfig option
The Kconfig option SW_ISR_TABLE_BSP is not used anymore. Change-Id: Ifc1be395f5ed7e5d1072a783d800385e69fbc4dc Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
2a4a6cf578
commit
f1bcbf51f0
6 changed files with 0 additions and 13 deletions
|
@ -103,7 +103,6 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
||||||
#
|
#
|
||||||
CONFIG_SW_ISR_TABLE=y
|
CONFIG_SW_ISR_TABLE=y
|
||||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||||
CONFIG_SW_ISR_TABLE_BSP=y
|
|
||||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||||
|
|
|
@ -103,7 +103,6 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
||||||
#
|
#
|
||||||
CONFIG_SW_ISR_TABLE=y
|
CONFIG_SW_ISR_TABLE=y
|
||||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||||
CONFIG_SW_ISR_TABLE_BSP=y
|
|
||||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||||
|
|
|
@ -82,7 +82,6 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
||||||
#
|
#
|
||||||
CONFIG_SW_ISR_TABLE=y
|
CONFIG_SW_ISR_TABLE=y
|
||||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||||
CONFIG_SW_ISR_TABLE_BSP=y
|
|
||||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||||
|
|
|
@ -82,7 +82,6 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
||||||
#
|
#
|
||||||
CONFIG_SW_ISR_TABLE=y
|
CONFIG_SW_ISR_TABLE=y
|
||||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||||
CONFIG_SW_ISR_TABLE_BSP=y
|
|
||||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||||
|
|
|
@ -188,14 +188,6 @@ config SW_ISR_TABLE_STATIC_CUSTOM
|
||||||
parameters. The table is static, and thus ISRs cannot be connected
|
parameters. The table is static, and thus ISRs cannot be connected
|
||||||
at runtime.
|
at runtime.
|
||||||
|
|
||||||
config SW_ISR_TABLE_BSP
|
|
||||||
bool
|
|
||||||
# omit prompt to signify a "hidden" option
|
|
||||||
depends on SW_ISR_TABLE_DYNAMIC || (SW_ISR_TABLE && !SW_ISR_TABLE_STATIC_CUSTOM)
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
Not user-selectable, helps build system logic.
|
|
||||||
|
|
||||||
config IRQ_VECTOR_TABLE_CUSTOM
|
config IRQ_VECTOR_TABLE_CUSTOM
|
||||||
bool
|
bool
|
||||||
prompt "Projects provide a custom static IRQ part of vector table"
|
prompt "Projects provide a custom static IRQ part of vector table"
|
||||||
|
|
|
@ -103,7 +103,6 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
|
||||||
#
|
#
|
||||||
CONFIG_SW_ISR_TABLE=y
|
CONFIG_SW_ISR_TABLE=y
|
||||||
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
CONFIG_SW_ISR_TABLE_DYNAMIC=y
|
||||||
CONFIG_SW_ISR_TABLE_BSP=y
|
|
||||||
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
CONFIG_IRQ_VECTOR_TABLE_BSP=y
|
||||||
# CONFIG_ZERO_LATENCY_IRQS is not set
|
# CONFIG_ZERO_LATENCY_IRQS is not set
|
||||||
CONFIG_ARCH_HAS_TASK_ABORT=y
|
CONFIG_ARCH_HAS_TASK_ABORT=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue