CONFIG_GPIO_SCH_1

Enable SCH GPIO port 1

Type: bool

Direct dependencies

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

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

Defaults

Kconfig definitions

At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:90

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config GPIO_SCH_1
    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:33

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:41

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

config GPIO_SCH_1
    bool
    prompt "Enable SCH GPIO port 1" if GPIO_SCH && GPIO_SCH && GPIO
    depends on GPIO_SCH && GPIO_SCH && GPIO

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