:orphan: .. title:: I2C_RV32M1_LPI2C .. option:: CONFIG_I2C_RV32M1_LPI2C *RV32M1 LPI2C driver* Type: ``bool`` Help ==== Enable the RV32M1 LPI2C driver. Direct dependencies =================== (\ :option:`I2C ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :option:`HAS_RV32M1_LPI2C ` && \ :option:`CLOCK_CONTROL ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:136`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config I2C_RV32M1_LPI2C bool default y depends on \ :option:`I2C ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``drivers/i2c/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config I2C_RV32M1_LPI2C bool "RV32M1 LPI2C driver" depends on \ :option:`HAS_RV32M1_LPI2C ` && \ :option:`CLOCK_CONTROL ` && \ :option:`I2C ` help Enable the RV32M1 LPI2C driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*