CONFIG_GPIO_QMSI

QMSI GPIO driver

Type: bool

Help

Enable the GPIO driver found on Intel Microcontroller boards, using the QMSI library.

Direct dependencies

(GPIO && SOC_QUARK_SE_C1000_SS) || (GPIO && SOC_SERIES_QUARK_D2000) || (GPIO && SOC_SERIES_QUARK_SE) || (GPIO && QMSI && GPIO)

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

Defaults

Kconfig definitions

At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:56

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config GPIO_QMSI
    bool
    default "n" if GPIO && SOC_QUARK_SE_C1000_SS
    depends on GPIO && SOC_QUARK_SE_C1000_SS

At arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:74

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

Menu path: (top menu)

config GPIO_QMSI
    bool
    default "y" if GPIO && SOC_SERIES_QUARK_D2000
    depends on GPIO && SOC_SERIES_QUARK_D2000

At arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series:44

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

Menu path: (top menu)

config GPIO_QMSI
    bool
    default "y" if GPIO && SOC_SERIES_QUARK_SE
    depends on GPIO && SOC_SERIES_QUARK_SE

At drivers/gpio/Kconfig.qmsi:9

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

Menu path: (top menu) → Device Drivers → GPIO Drivers

menuconfig GPIO_QMSI
    bool
    prompt "QMSI GPIO driver" if GPIO && QMSI && GPIO
    depends on GPIO && QMSI && GPIO
    help
      Enable the GPIO driver found on Intel Microcontroller
      boards, using the QMSI library.

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