:orphan: .. title:: CONFIG_HAS_IMX_HAL .. kconfig:: CONFIG_HAS_IMX_HAL CONFIG_HAS_IMX_HAL ################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_FAMILY_IMX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_CMSIS_CORE ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_IMX_6X_M4 ` - \ :kconfig:`SOC_SERIES_IMX_6X_M4 ` - \ :kconfig:`SOC_MCIMX6X_M4 ` - \ :kconfig:`SOC_MCIMX7_M4 ` - \ :kconfig:`SOC_MCIMX6X_M4 ` - \ :kconfig:`SOC_MCIMX7_M4 ` Kconfig definition ================== At ``/Kconfig.imx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:16`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_IMX_HAL bool select HAS_CMSIS_CORE depends on SOC_FAMILY_IMX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*