Skip to content

Commit 4367cab

Browse files
committed
drivers: intc: esp32: don't build for ESP32C6 LP Core
Espressif's interrupt controller drive should not build for ESP32C6 LP Core since it's behavior is different. Add proper condition for that. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
1 parent 2d43181 commit 4367cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/interrupt_controller/Kconfig.esp32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
config INTC_ESP32
77
bool "Interrupt allocator for Espressif SoCs"
8-
default y
8+
default y if !SOC_ESP32C6_LPCORE
99
depends on SOC_FAMILY_ESPRESSIF_ESP32
1010
help
1111
Enable custom interrupt allocator for Espressif SoCs based on Xtensa

0 commit comments

Comments
 (0)