:orphan: .. title:: XTENSA_HAL .. option:: CONFIG_XTENSA_HAL *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== 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 =============================== - \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` - \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` - \ :option:`SOC_INTEL_S1000 ` - \ :option:`SOC_XTENSA_SAMPLE_CONTROLLER ` Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.xtensa:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:36`` Menu path: (Top) → Modules .. parsed-literal:: 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.)*