Skip to content

Commit b2e136c

Browse files
author
Andrew Boie
committed
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 <[email protected]>
1 parent 15a6598 commit b2e136c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,15 @@ config GEN_SW_ISR_TABLE
153153

154154
config GEN_IRQ_START_VECTOR
155155
int
156-
prompt "Starting vector for user-configurable interrupts"
157156
default 0
158157
depends on GEN_ISR_TABLES
159158
help
160159
On some architectures, part of the vector table may be reserved for
161160
system exceptions and is declared separately from the tables
162161
created by gen_isr_tables.py. When creating these tables, this value
163162
will be subtracted from CONFIG_NUM_IRQS to properly size them.
163+
This is a hidden option which needs to be set-per architecture and
164+
left alone.
164165

165166
source "arch/*/Kconfig"
166167

0 commit comments

Comments
 (0)