:orphan: .. title:: CONFIG_IDF_TARGET_ESP32 .. kconfig:: CONFIG_IDF_TARGET_ESP32 CONFIG_IDF_TARGET_ESP32 ####################### *ESP32 as target board* *ESP32 as target board* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_ESP32 ` && \ :ref:` `) || (\ :kconfig:`SOC_ESP32 ` && \ :ref:` `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/xtensa/esp32/Kconfig.soc:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 .. code-block:: kconfig config IDF_TARGET_ESP32 bool "ESP32 as target board" default y depends on SOC_ESP32 && ---- At ``/xtensa/esp32/Kconfig.soc:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 .. code-block:: kconfig config IDF_TARGET_ESP32 bool "ESP32 as target board" default y depends on SOC_ESP32 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*