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:38 UTC

[incubator-nuttx] 01/05: xtensa/esp32: Remove redundant dependency

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 4d3fa83d7acf1b35c0798ed5526b8fde75a14073
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Tue Apr 27 18:15:12 2021 -0300

    xtensa/esp32: Remove redundant dependency
---
 arch/xtensa/src/esp32/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig
index cb76b0d..69faac0 100644
--- a/arch/xtensa/src/esp32/Kconfig
+++ b/arch/xtensa/src/esp32/Kconfig
@@ -10,7 +10,6 @@ comment "ESP32 Configuration Options"
 choice
 	prompt "ESP32 Chip Selection"
 	default ARCH_CHIP_ESP32WROVER
-	depends on ARCH_CHIP_ESP32
 
 config ARCH_CHIP_ESP32S0WD
 	bool "ESP32-S0WD"