You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2021/04/28 02:45:41 UTC

[incubator-nuttx] 04/05: xtensa/esp32: Add missing default value for CONFIG_ESP32_GPIO_IRQ

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 2b179c5ab35d26dcaf4ef8dff7fe745a169f1da2
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Tue Apr 27 18:18:15 2021 -0300

    xtensa/esp32: Add missing default value for CONFIG_ESP32_GPIO_IRQ
---
 arch/xtensa/src/esp32/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig
index 6723577..fef0c6b 100644
--- a/arch/xtensa/src/esp32/Kconfig
+++ b/arch/xtensa/src/esp32/Kconfig
@@ -502,6 +502,7 @@ endmenu # Memory Configuration
 
 config ESP32_GPIO_IRQ
 	bool "GPIO pin interrupts"
+	default n
 	---help---
 		Enable support for interrupting GPIO pins