:orphan: .. title:: CONFIG_I2C_SIFIVE .. kconfig:: CONFIG_I2C_SIFIVE CONFIG_I2C_SIFIVE ################# *Sifive I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable I2C support on SiFive Freedom Direct dependencies =================== (\ :kconfig:`I2C ` && \ :kconfig:`BOARD_HIFIVE1_REVB `) || (\ :kconfig:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/riscv/hifive1_revb/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2C_SIFIVE bool default y depends on I2C && BOARD_HIFIVE1_REVB ---- At ``/i2c/Kconfig.sifive:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:38`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_SIFIVE bool "Sifive I2C driver" depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM && I2C help Enable I2C support on SiFive Freedom *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*