diff --git a/arch/Kconfig b/arch/Kconfig index 646b83c9d65..33c7fa7f961 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -448,7 +448,7 @@ config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED # List of currently supported architectures depends on ARM || ARM64 # List of currently supported toolchains - depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" + depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "llvm" config ISR_TABLES_LOCAL_DECLARATION bool "ISR tables created locally and placed by linker"