From e9a2eae639720bac445bb3019568826f057c42d7 Mon Sep 17 00:00:00 2001 From: suda-morris <362953310@qq.com> Date: Wed, 3 Apr 2019 17:08:02 +0800 Subject: [PATCH] add IDF_TARGET_XXX in main Kconfig --- Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Kconfig b/Kconfig index e4c1a89b1..ef9173b06 100644 --- a/Kconfig +++ b/Kconfig @@ -29,6 +29,13 @@ mainmenu "Espressif IoT Development Framework Configuration" default "IDF_TARGET_NOT_SET" if IDF_TARGET_ENV="" default IDF_TARGET_ENV + config IDF_TARGET_ESP32 + bool + default y if IDF_TARGET="esp32" + + config IDF_TARGET_ESP32S2BETA + bool + default y if IDF_TARGET="esp32s2beta" menu "SDK tool configuration" config SDK_TOOLPREFIX