gen_isr_tables: make vector offset a hidden option
If this is set incorrectly things will break all over the place. Needs a default defined per-arch and left alone. Change-Id: I3f8c842937a240297ee21589a22a7a9e51dbdfad Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
15a6598691
commit
b2e136c5f0
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,6 @@ config GEN_SW_ISR_TABLE
|
|||
|
||||
config GEN_IRQ_START_VECTOR
|
||||
int
|
||||
prompt "Starting vector for user-configurable interrupts"
|
||||
default 0
|
||||
depends on GEN_ISR_TABLES
|
||||
help
|
||||
|
@ -161,6 +160,8 @@ config GEN_IRQ_START_VECTOR
|
|||
system exceptions and is declared separately from the tables
|
||||
created by gen_isr_tables.py. When creating these tables, this value
|
||||
will be subtracted from CONFIG_NUM_IRQS to properly size them.
|
||||
This is a hidden option which needs to be set-per architecture and
|
||||
left alone.
|
||||
|
||||
source "arch/*/Kconfig"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue