-
CONFIG_GPIO_SCH
¶
Intel SCH GPIO controller
Type: bool
Help¶
Enable the SCH GPIO driver found on Intel boards
Direct dependencies¶
(GPIO
&& SOC_SERIES_QUARK_X1000
) || (GPIO
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_SERIES_QUARK_X1000
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:82
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_SCH bool default "y" ifGPIO
&&SOC_SERIES_QUARK_X1000
depends onGPIO
&&SOC_SERIES_QUARK_X1000
At drivers/gpio/Kconfig.sch:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:41
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_SCH bool prompt "Intel SCH GPIO controller" ifGPIO
&&GPIO
depends onGPIO
&&GPIO
help Enable the SCH GPIO driver found on Intel boards
(Definitions include propagated dependencies, including from if’s and menus.)