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