:orphan: .. title:: CONFIG_HAS_IMX_GPIO .. kconfig:: CONFIG_HAS_IMX_GPIO CONFIG_HAS_IMX_GPIO ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Set if the GPIO module is present in the SoC. Direct dependencies =================== \ :kconfig:`HAS_IMX_HAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_MCIMX6X_M4 ` - \ :kconfig:`SOC_MCIMX7_M4 ` - \ :kconfig:`SOC_MCIMX6X_M4 ` - \ :kconfig:`SOC_MCIMX7_M4 ` Kconfig definition ================== At ``/Kconfig.imx:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:16`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_IMX_GPIO bool depends on HAS_IMX_HAL help Set if the GPIO module is present in the SoC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*