Kconfig Reference
 
  • All Configuration Options
  • Zephyr Architecture Configuration Options
  • Zephyr SoC Configuration Options
  • Zephyr Driver Configuration Options
  • Zephyr Boards Configuration Options
  • Zephyr Kernel Configuration Options
  • Zephyr Library Configuration Options
  • Zephyr Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_I2C_TELINK_B91
  • View page source

CONFIG_I2C_TELINK_B91¶

Telink Semiconductor B91 I2C driver

Type: bool

Help¶

Enables Telink B91 I2C driver.

Direct dependencies¶

BOARD_TLSR9518ADK80D || (SOC_RISCV_TELINK_B91 && I2C)

(Includes any dependencies from ifs and menus.)

Default¶

  • y if I2C

Kconfig definitions¶

At <Zephyr Boards>/riscv/tlsr9518adk80d/Kconfig.defconfig:39

Included via Kconfig:8 → Kconfig.zephyr:22

Menu path: (Top)

config I2C_TELINK_B91
    bool
    default y if I2C
    depends on BOARD_TLSR9518ADK80D

At <Zephyr Driver>/i2c/Kconfig.b91:4

Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:42 → <Zephyr Driver>/i2c/Kconfig:27

Menu path: (Top) → Device Drivers → I2C Drivers

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.)


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 03, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings