Skip to content

Commit 6160ff2

Browse files
carlescufikartben
authored andcommitted
arch: local ISR table declaration: Remove experimental label
The local ISR table generation was introduced in 13638a0, and included in Zephyr v3.6.0. Signed-off-by: Carles Cufi <[email protected]>
1 parent e3f9356 commit 6160ff2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,8 @@ config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
449449
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb"
450450

451451
config ISR_TABLES_LOCAL_DECLARATION
452-
bool "ISR tables created locally and placed by linker [EXPERIMENTAL]"
452+
bool "ISR tables created locally and placed by linker"
453453
depends on ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
454-
select EXPERIMENTAL
455454
help
456455
Enable new scheme of interrupt tables generation.
457456
This is totally different generator that would create tables entries locally

0 commit comments

Comments
 (0)