-
CONFIG_I2C_SBCON
¶
I2C driver for ARM’s SBCon two-wire serial bus interface
Type: bool
Direct dependencies¶
(I2C
&& BOARD_MPS2_AN385
) || (ARM
&& I2C
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
I2C
&&BOARD_MPS2_AN385
Symbols selected by this symbol¶
I2C_BITBANG
ifARM
&&I2C
Kconfig definitions¶
At boards/arm/mps2_an385/Kconfig.defconfig:60
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config I2C_SBCON bool default "y" ifI2C
&&BOARD_MPS2_AN385
depends onI2C
&&BOARD_MPS2_AN385
At drivers/i2c/Kconfig.sbcon:7
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
→ drivers/i2c/Kconfig:27
Menu path: (top menu) → Device Drivers → I2C Drivers
menuconfig I2C_SBCON bool prompt "I2C driver for ARM's SBCon two-wire serial bus interface" ifARM
&&I2C
selectI2C_BITBANG
ifARM
&&I2C
depends onARM
&&I2C
(Definitions include propagated dependencies, including from if’s and menus.)