:orphan: .. title:: CONFIG_I2C_RV32M1_LPI2C .. kconfig:: CONFIG_I2C_RV32M1_LPI2C CONFIG_I2C_RV32M1_LPI2C ####################### *RV32M1 LPI2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable the RV32M1 LPI2C driver. Direct dependencies =================== (\ :kconfig:`I2C ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`I2C ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`HAS_RV32M1_LPI2C ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:136`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config I2C_RV32M1_LPI2C bool default y depends on I2C && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:136`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config I2C_RV32M1_LPI2C bool default y depends on I2C && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/i2c/Kconfig:125`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig 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.)*