:orphan: .. title:: CONFIG_SOC_ESP32S2 .. kconfig:: CONFIG_SOC_ESP32S2 CONFIG_SOC_ESP32S2 ################## *ESP32S2* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`XTENSA ` - \ :kconfig:`ATOMIC_OPERATIONS_C ` - \ :kconfig:`DYNAMIC_INTERRUPTS ` - \ :kconfig:`CLOCK_CONTROL ` - \ :kconfig:`CLOCK_CONTROL_ESP32 ` Kconfig definition ================== At ``/xtensa/esp32s2/Kconfig.soc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_ESP32S2 bool "ESP32S2" select XTENSA select ATOMIC_OPERATIONS_C select DYNAMIC_INTERRUPTS select CLOCK_CONTROL select CLOCK_CONTROL_ESP32 depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*