-
CONFIG_I2C_QMSI_SS
¶
QMSI I2C driver for the Sensor Subsystem
Type: bool
Help¶
This option enable the Sensor QMSI I2C driver.
This driver is simply a shim driver based on the I2C driver provided by the QMSI BSP.
Direct dependencies¶
(I2C
&& SOC_QUARK_SE_C1000_SS
) || (QMSI
&& I2C
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
I2C
&&SOC_QUARK_SE_C1000_SS
Kconfig definitions¶
At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:108
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config I2C_QMSI_SS bool default "y" ifI2C
&&SOC_QUARK_SE_C1000_SS
depends onI2C
&&SOC_QUARK_SE_C1000_SS
At drivers/i2c/Kconfig.qmsi:39
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
→ drivers/i2c/Kconfig:26
Menu path: (top menu) → Device Drivers → I2C Drivers
menuconfig I2C_QMSI_SS bool prompt "QMSI I2C driver for the Sensor Subsystem" ifQMSI
&&I2C
depends onQMSI
&&I2C
help This option enable the Sensor QMSI I2C driver. This driver is simply a shim driver based on the I2C driver provided by the QMSI BSP.
(Definitions include propagated dependencies, including from if’s and menus.)