You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/09/08 10:17:02 UTC

[incubator-nuttx] 03/06: boards: Include Kconfig for configs common to ESP32-S2 chips

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

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

commit cc36712ea4bc632e9aedc9229fc076c601837b20
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Wed Sep 1 19:45:56 2021 -0300

    boards: Include Kconfig for configs common to ESP32-S2 chips
    
    Signed-off-by: Gustavo Henrique Nihei <gu...@espressif.com>
---
 boards/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/Kconfig b/boards/Kconfig
index 7ffd3b2..5a8133b 100644
--- a/boards/Kconfig
+++ b/boards/Kconfig
@@ -3219,6 +3219,9 @@ endif
 if ARCH_BOARD_ESP32C3_DEVKIT
 source "boards/risc-v/esp32c3/esp32c3-devkit/Kconfig"
 endif
+if ARCH_CHIP_ESP32S2 && !ARCH_BOARD_CUSTOM
+source "boards/xtensa/esp32s2/common/Kconfig"
+endif
 if ARCH_BOARD_ESP32S2_SAOLA_1
 source "boards/xtensa/esp32s2/esp32s2-saola-1/Kconfig"
 endif