:orphan: .. title:: GPIO_INTEL .. option:: CONFIG_GPIO_INTEL *Intel Soc GPIO* Type: ``bool`` Help ==== .. code-block:: none Enable driver for Intel SoC GPIO Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`SOC_APOLLO_LAKE `) || \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/x86/apollo_lake/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config GPIO_INTEL bool default y depends on GPIO && SOC_APOLLO_LAKE ---- At ``/gpio/Kconfig.intel:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:64`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_INTEL bool "Intel Soc GPIO" depends on GPIO help Enable driver for Intel SoC GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*