:orphan: .. title:: CONFIG_XTENSA_HAL .. kconfig:: CONFIG_XTENSA_HAL CONFIG_XTENSA_HAL ################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Build the Xtensa HAL module during build process. This is selected by the Xtensa ARCH kconfig automatically. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :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_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.xtensa:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:33`` Menu path: (Top) → Modules .. code-block:: kconfig config XTENSA_HAL bool help Build the Xtensa HAL module during build process. This is selected by the Xtensa ARCH kconfig automatically. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*