-
CONFIG_I2C_RV32M1_LPI2C
¶
RV32M1 LPI2C driver
Type: bool
Help¶
Enable the RV32M1 LPI2C driver.
Direct dependencies¶
(I2C
&& SOC_OPENISA_RV32M1_RISCV32
) || (HAS_RV32M1_LPI2C
&& CLOCK_CONTROL
&& I2C
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
I2C
&&SOC_OPENISA_RV32M1_RISCV32
Symbols selected by this symbol¶
HAS_DTS_I2C
ifHAS_RV32M1_LPI2C
&&CLOCK_CONTROL
&&I2C
Kconfig definitions¶
At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:190
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config I2C_RV32M1_LPI2C bool default "y" ifI2C
&&SOC_OPENISA_RV32M1_RISCV32
depends onI2C
&&SOC_OPENISA_RV32M1_RISCV32
At drivers/i2c/Kconfig:303
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:40
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_RV32M1_LPI2C bool prompt "RV32M1 LPI2C driver" ifHAS_RV32M1_LPI2C
&&CLOCK_CONTROL
&&I2C
selectHAS_DTS_I2C
ifHAS_RV32M1_LPI2C
&&CLOCK_CONTROL
&&I2C
depends onHAS_RV32M1_LPI2C
&&CLOCK_CONTROL
&&I2C
help Enable the RV32M1 LPI2C driver.
(Definitions include propagated dependencies, including from if’s and menus.)