The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_GPIO_SCH_0

Enable SCH GPIO port 0

Type: bool

Direct dependencies

(GPIO_SCH && GPIO && SOC_SERIES_QUARK_X1000) || (GPIO_SCH && GPIO)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:73

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config GPIO_SCH_0
    bool
    default "y" if GPIO_SCH && GPIO && SOC_SERIES_QUARK_X1000
    depends on GPIO_SCH && GPIO && SOC_SERIES_QUARK_X1000

At drivers/gpio/Kconfig.sch:22

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:31

Menu path: (top menu) → Device Drivers → GPIO Drivers → Intel SCH GPIO controller

config GPIO_SCH_0
    bool
    prompt "Enable SCH GPIO port 0" if GPIO_SCH && GPIO
    depends on GPIO_SCH && GPIO

(Definitions include propagated dependencies, including from if’s and menus.)