CONFIG_I2C_SBCON_2_NAME

SBCon device 2 Device Name

Type: string

Direct dependencies

I2C_SBCON_2 && I2C_SBCON && I2C

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

Defaults

Kconfig definition

At drivers/i2c/Kconfig.sbcon:33

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_2_NAME
    string
    prompt "SBCon device 2 Device Name" if I2C_SBCON_2 && I2C_SBCON && I2C
    default "SBCON_2" if I2C_SBCON_2 && I2C_SBCON && I2C
    depends on I2C_SBCON_2 && I2C_SBCON && I2C

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