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