-
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
) || (QMSI
&& ARC
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_QUARK_SE_C1000_SS
Symbols selected by this symbol¶
HAS_DTS_GPIO
ifQMSI
&&ARC
&&GPIO
Kconfig definitions¶
At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:66
Included via Kconfig:10
→ Kconfig.zephyr:23
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:17
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:29
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_QMSI_SS bool prompt "QMSI GPIO SS driver" ifQMSI
&&ARC
&&GPIO
selectHAS_DTS_GPIO
ifQMSI
&&ARC
&&GPIO
depends onQMSI
&&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.)