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 ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/riscv/openisa_rv32m1/Kconfig.defconfig:136

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config I2C_RV32M1_LPI2C
    bool
    default y
    depends on I2C && SOC_OPENISA_RV32M1_RISCV32

At <Zephyr>/drivers/i2c/Kconfig:119

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:40

Menu path: (Top) → Device Drivers → I2C Drivers

config I2C_RV32M1_LPI2C
    bool "RV32M1 LPI2C driver"
    depends on HAS_RV32M1_LPI2C && CLOCK_CONTROL && I2C
    help
      Enable the RV32M1 LPI2C driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)