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:
parent
f1cc21a146
commit
d4ef6aa713
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue