-
CONFIG_GPIO_SCH_0_DEV_NAME
¶
Name of the device
Type: string
Direct dependencies¶
(GPIO_SCH_0
&& GPIO_SCH
&& GPIO
&& SOC_SERIES_QUARK_X1000
) || (GPIO_SCH_0
&& GPIO_SCH
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “GPIO_CW” if
GPIO_SCH_0
&&GPIO_SCH
&&GPIO
&&SOC_SERIES_QUARK_X1000
- “GPIO_0” if
GPIO_SCH_0
&&GPIO_SCH
&&GPIO
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:95
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_SCH_0_DEV_NAME string default "GPIO_CW" ifGPIO_SCH_0
&&GPIO_SCH
&&GPIO
&&SOC_SERIES_QUARK_X1000
depends onGPIO_SCH_0
&&GPIO_SCH
&&GPIO
&&SOC_SERIES_QUARK_X1000
At drivers/gpio/Kconfig.sch:28
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:41
Menu path: (top menu) → Device Drivers → GPIO Drivers → Intel SCH GPIO controller
config GPIO_SCH_0_DEV_NAME string prompt "Name of the device" ifGPIO_SCH_0
&&GPIO_SCH
&&GPIO
default "GPIO_0" ifGPIO_SCH_0
&&GPIO_SCH
&&GPIO
depends onGPIO_SCH_0
&&GPIO_SCH
&&GPIO
(Definitions include propagated dependencies, including from if’s and menus.)