-
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¶
- “y” if
GPIO
&&SOC_QUARK_SE_C1000_SS
Kconfig definitions¶
At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:69
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config GPIO_QMSI_SS bool default "y" ifGPIO
&&SOC_QUARK_SE_C1000_SS
depends onGPIO
&&SOC_QUARK_SE_C1000_SS
At drivers/gpio/Kconfig.qmsi:16
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:39
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_QMSI_SS bool prompt "QMSI GPIO SS driver" ifGPIO
&&QMSI
&&ARC
&&GPIO
depends onGPIO
&&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.)