CONFIG_I2C_SBCON_3_NAME

SBCon device 0 Device Name

Type: string

Direct dependencies

I2C_SBCON_3 && I2C_SBCON && I2C

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/i2c/Kconfig.sbcon:41

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40drivers/i2c/Kconfig:27

Menu path: (top menu) → Device Drivers → I2C Drivers → I2C driver for ARM’s SBCon two-wire serial bus interface

config I2C_SBCON_3_NAME
    string
    prompt "SBCon device 0 Device Name" if I2C_SBCON_3 && I2C_SBCON && I2C
    default "SBCON_3" if I2C_SBCON_3 && I2C_SBCON && I2C
    depends on I2C_SBCON_3 && I2C_SBCON && I2C

(Definitions include propagated dependencies, including from if’s and menus.)