We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cc21a commit d4ef6aaCopy full SHA for d4ef6aa
drivers/interrupt_controller/Kconfig.esp32
@@ -5,7 +5,7 @@
5
6
config INTC_ESP32
7
bool "Interrupt allocator for Xtensa-based Espressif SoCs"
8
- default y if SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32_NET
+ default y if SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32_NET || SOC_ESP32S3
9
help
10
Enable custom interrupt allocator for Espressif SoCs based on Xtensa
11
architecture.
0 commit comments