xtensa/esp32: Add missing default value for CONFIG_ESP32_GPIO_IRQ
This commit is contained in:
parent
95a76adc90
commit
2b179c5ab3
1 changed files with 1 additions and 0 deletions
|
|
@ -502,6 +502,7 @@ endmenu # Memory Configuration
|
|||
|
||||
config ESP32_GPIO_IRQ
|
||||
bool "GPIO pin interrupts"
|
||||
default n
|
||||
---help---
|
||||
Enable support for interrupting GPIO pins
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue