CONFIG_I2C_SBCON_1

Enable SBCon device 1

Type: bool

Direct dependencies

(I2C && BOARD_MPS2_AN385) || (I2C_SBCON && I2C)

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

Defaults

Kconfig definitions

At boards/arm/mps2_an385/Kconfig.defconfig:116

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config I2C_SBCON_1
    bool
    default "y" if I2C && BOARD_MPS2_AN385
    depends on I2C && BOARD_MPS2_AN385

At drivers/i2c/Kconfig.sbcon:22

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_1
    bool
    prompt "Enable SBCon device 1" if I2C_SBCON && I2C
    depends on I2C_SBCON && I2C

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