arm: remove SW_ISR_TABLE_STATIC_CUSTOM
This config option is no longer implemented and doesn't actually do anything. Change-Id: I57ab7ba688f57da21f8a58f62ea37dc6b8daaf18 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
5415d945f8
commit
bd7d71efdc
1 changed files with 0 additions and 10 deletions
|
@ -160,16 +160,6 @@ config SW_ISR_TABLE_DYNAMIC
|
||||||
SRAM so that it is writable. This has the side-effect of removing
|
SRAM so that it is writable. This has the side-effect of removing
|
||||||
write-protection on the ISR table.
|
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
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue