Skip to content

Commit d4ef6aa

Browse files
sylvioalvescarlescufi
authored andcommitted
drivers: interrupt: add esp32s3 interrupt controller
Enables SoC specific interrupt controller. Signed-off-by: Sylvio Alves <[email protected]>
1 parent f1cc21a commit d4ef6aa

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 Xtensa-based Espressif SoCs"
8-
default y if SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32_NET
8+
default y if SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32_NET || SOC_ESP32S3
99
help
1010
Enable custom interrupt allocator for Espressif SoCs based on Xtensa
1111
architecture.

0 commit comments

Comments
 (0)