From 213142db2170c9c24e0f9826f729a92b751b6b91 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Tue, 10 Jun 2025 22:34:48 -0300 Subject: [PATCH] soc: espressif: riscv: disable local isr location Disable support to local ISR declaration on Espressif SoCs. Code relocation is not yet supported, causing build fail. Signed-off-by: Sylvio Alves --- soc/espressif/common/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/espressif/common/Kconfig.defconfig b/soc/espressif/common/Kconfig.defconfig index bcc34a1a52c..e77fd1910d7 100644 --- a/soc/espressif/common/Kconfig.defconfig +++ b/soc/espressif/common/Kconfig.defconfig @@ -12,6 +12,9 @@ config GEN_SW_ISR_TABLE config GEN_IRQ_VECTOR_TABLE default n +config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED + default n + config DYNAMIC_INTERRUPTS default y if !SOC_ESP32C6_LPCORE