From 6160ff24ef8ffc2e202779d3bd1ebd2542e08349 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Fri, 29 Nov 2024 15:14:43 +0100 Subject: [PATCH] arch: local ISR table declaration: Remove experimental label The local ISR table generation was introduced in 13638a03519d, and included in Zephyr v3.6.0. Signed-off-by: Carles Cufi --- arch/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index db9c5b8924e..94e9a540a08 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -449,9 +449,8 @@ config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" config ISR_TABLES_LOCAL_DECLARATION - bool "ISR tables created locally and placed by linker [EXPERIMENTAL]" + bool "ISR tables created locally and placed by linker" depends on ISR_TABLES_LOCAL_DECLARATION_SUPPORTED - select EXPERIMENTAL help Enable new scheme of interrupt tables generation. This is totally different generator that would create tables entries locally