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:
parent
35c8cb7b37
commit
c5361d2416
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue