From c00141c41a8fcf1c4df770af9fe7fb3294ab0c71 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Mon, 11 Jan 2021 13:13:16 +0100 Subject: [PATCH] arch/xtensa/Kconfig: The ESP32 has a different numbers for vectors and IRQs. Signed-off-by: Abdelatif Guettouche --- arch/xtensa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 6253c77126..1a368a4005 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -18,6 +18,7 @@ config ARCH_CHIP_ESP32 select ARCH_HAVE_SDRAM select ARCH_HAVE_RESET select ARCH_TOOLCHAIN_GNU + select ARCH_VECNOTIRQ select LIBC_ARCH_MEMCPY select LIBC_ARCH_MEMCHR select LIBC_ARCH_MEMCMP