CONFIG_GPIO_INTEL¶
Intel Soc GPIO
Type: bool
Help¶
Enable driver for Intel SoC GPIO
Direct dependencies¶
(GPIO
&& SOC_APOLLO_LAKE
) || (GPIO
&& SOC_APOLLO_LAKE
) || GPIO
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr SoC>/x86/apollo_lake/Kconfig.defconfig:33
Included via Kconfig:8
→ Kconfig.zephyr:25
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config GPIO_INTEL
bool
default y
depends on GPIO && SOC_APOLLO_LAKE
At <Zephyr SoC>/x86/apollo_lake/Kconfig.defconfig:33
Included via Kconfig:8
→ Kconfig.zephyr:27
Menu path: (Top)
config GPIO_INTEL
bool
default y
depends on GPIO && SOC_APOLLO_LAKE
At <Zephyr Driver>/gpio/Kconfig.intel:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:36
→ <Zephyr Driver>/gpio/Kconfig:66
Menu path: (Top) → Device Drivers → GPIO Drivers
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.)