-
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¶
- “y” if
I2C
&&BOARD_MPS2_AN385
Kconfig definitions¶
At boards/arm/mps2_an385/Kconfig.defconfig:116
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config I2C_SBCON_1 bool default "y" ifI2C
&&BOARD_MPS2_AN385
depends onI2C
&&BOARD_MPS2_AN385
At drivers/i2c/Kconfig.sbcon:22
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
→ drivers/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" ifI2C_SBCON
&&I2C
depends onI2C_SBCON
&&I2C
(Definitions include propagated dependencies, including from if’s and menus.)