:orphan: .. title:: CONFIG_XTENSA .. kconfig:: CONFIG_XTENSA CONFIG_XTENSA ############# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Xtensa architecture Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ARCH_IS_SET ` - \ :kconfig:`HAS_DTS ` - \ :kconfig:`USE_SWITCH ` - \ :kconfig:`USE_SWITCH_SUPPORTED ` Symbols implied by this symbol ============================== - \ :kconfig:`ATOMIC_OPERATIONS_ARCH ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_ESP32 ` - \ :kconfig:`SOC_ESP32S2 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 ` - \ :kconfig:`SOC_INTEL_S1000 ` - \ :kconfig:`SOC_SERIES_NXP_IMX8 ` - \ :kconfig:`SOC_XTENSA_SAMPLE_CONTROLLER ` - \ :kconfig:`SOC_ESP32 ` - \ :kconfig:`SOC_ESP32S2 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 ` - \ :kconfig:`SOC_INTEL_S1000 ` - \ :kconfig:`SOC_SERIES_NXP_IMX8 ` - \ :kconfig:`SOC_XTENSA_SAMPLE_CONTROLLER ` Kconfig definition ================== At ``/Kconfig:104`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig config XTENSA bool select ARCH_IS_SET select HAS_DTS select USE_SWITCH select USE_SWITCH_SUPPORTED imply ATOMIC_OPERATIONS_ARCH help Xtensa architecture *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*