CONFIG_GPIO_QMSI_SS

QMSI GPIO SS driver

Type: bool

Help

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

Direct dependencies

(GPIO && SOC_QUARK_SE_C1000_SS) || (GPIO && QMSI && ARC && GPIO)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config GPIO_QMSI_SS
    bool
    default "y" if GPIO && SOC_QUARK_SE_C1000_SS
    depends on GPIO && SOC_QUARK_SE_C1000_SS

At drivers/gpio/Kconfig.qmsi:16

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

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

menuconfig GPIO_QMSI_SS
    bool
    prompt "QMSI GPIO SS driver" if GPIO && QMSI && ARC && GPIO
    depends on GPIO && QMSI && ARC && GPIO
    help
      Enable the GPIO driver found on Intel Microcontroller
      boards, on the sensor subsystem, using the QMSI library.

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