drivers: interrupt: add esp32s3 interrupt controller

Enables SoC specific interrupt controller.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2023-01-02 09:20:51 -03:00 committed by Carles Cufí
commit d4ef6aa713

View file

@ -5,7 +5,7 @@
config INTC_ESP32
bool "Interrupt allocator for Xtensa-based Espressif SoCs"
default y if SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32_NET
default y if SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32_NET || SOC_ESP32S3
help
Enable custom interrupt allocator for Espressif SoCs based on Xtensa
architecture.