CONFIG_I2C_SBCON

I2C driver for ARM’s SBCon two-wire serial bus interface

Type: bool

Direct dependencies

(I2C && BOARD_MPS2_AN385) || (I2C && BOARD_MPS2_AN521) || (ARM && I2C)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/arm/mps2_an385/Kconfig.defconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2C_SBCON
    bool
    default y
    depends on I2C && BOARD_MPS2_AN385

At <Zephyr>/boards/arm/mps2_an521/Kconfig.defconfig:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config I2C_SBCON
    bool
    default y
    depends on I2C && BOARD_MPS2_AN521

At <Zephyr>/drivers/i2c/Kconfig.sbcon:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:40<Zephyr>/drivers/i2c/Kconfig:35

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

config I2C_SBCON
    bool "I2C driver for ARM's SBCon two-wire serial bus interface"
    select I2C_BITBANG
    depends on ARM && I2C

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)