esp32: interrupt_controller: clean redundant configs

Remove config entries now selected on SoC definition.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2021-06-25 14:47:21 -03:00 committed by Christopher Friedt
commit c5361d2416
2 changed files with 0 additions and 4 deletions

View file

@ -25,9 +25,6 @@ config HEAP_MEM_POOL_SIZE
config ENTROPY_GENERATOR config ENTROPY_GENERATOR
default y default y
config DYNAMIC_INTERRUPTS
default y
choice BT_HCI_BUS_TYPE choice BT_HCI_BUS_TYPE
default BT_ESP32 default BT_ESP32
endchoice endchoice

View file

@ -3,7 +3,6 @@
menuconfig WIFI_ESP32 menuconfig WIFI_ESP32
bool "ESP32 SoC WiFi support" bool "ESP32 SoC WiFi support"
select THREAD_CUSTOM_DATA select THREAD_CUSTOM_DATA
select DYNAMIC_INTERRUPTS
help help
Enable ESP32 SoC WiFi support. Enable ESP32 SoC WiFi support.