The latest development version of this page may be more current than this released 1.14.0 version.
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) || (QMSI && GPIO)

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

Defaults

Symbols selected by this symbol

Kconfig definitions

At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:53

Included via Kconfig:10Kconfig.zephyr:23

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 soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:68

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

Menu path: (top menu)

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

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:41

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

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:35drivers/Kconfig:32drivers/gpio/Kconfig:29

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

menuconfig GPIO_QMSI
    bool
    prompt "QMSI GPIO driver" if QMSI && GPIO
    select HAS_DTS_GPIO if QMSI && GPIO
    depends on 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.)