:orphan: .. title:: CONFIG_I2C_TELINK_B91 .. kconfig:: CONFIG_I2C_TELINK_B91 CONFIG_I2C_TELINK_B91 ##################### *Telink Semiconductor B91 I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enables Telink B91 I2C driver. Direct dependencies =================== \ :kconfig:`BOARD_TLSR9518ADK80D ` || (\ :kconfig:`SOC_RISCV_TELINK_B91 ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`I2C ` Kconfig definitions =================== At ``/riscv/tlsr9518adk80d/Kconfig.defconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2C_TELINK_B91 bool default y if I2C depends on BOARD_TLSR9518ADK80D ---- At ``/i2c/Kconfig.b91:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:27`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_TELINK_B91 bool "Telink Semiconductor B91 I2C driver" depends on SOC_RISCV_TELINK_B91 && I2C help Enables Telink B91 I2C driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*