:orphan: .. title:: CONFIG_I2C_SBCON .. kconfig:: CONFIG_I2C_SBCON CONFIG_I2C_SBCON ################ *I2C driver for ARM's SBCon two-wire serial bus interface* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`I2C ` && \ :kconfig:`BOARD_MPS2_AN385 `) || (\ :kconfig:`I2C ` && (\ :kconfig:`BOARD_MPS2_AN521_CPU0 ` || \ :kconfig:`BOARD_MPS2_AN521_CPU0_NS ` || \ :kconfig:`BOARD_MPS2_AN521_CPU1 `)) || (\ :kconfig:`I2C ` && \ :kconfig:`BOARD_MPS3_AN547 `) || (\ :kconfig:`ARM ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`I2C_BITBANG ` Kconfig definitions =================== At ``/arm/mps2_an385/Kconfig.defconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2C_SBCON bool default y depends on I2C && BOARD_MPS2_AN385 ---- At ``/arm/mps2_an521/Kconfig.defconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2C_SBCON bool default y depends on I2C && (BOARD_MPS2_AN521_CPU0 || BOARD_MPS2_AN521_CPU0_NS || BOARD_MPS2_AN521_CPU1) ---- At ``/arm/mps3_an547/Kconfig.defconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2C_SBCON bool default y depends on I2C && BOARD_MPS3_AN547 ---- At ``/i2c/Kconfig.sbcon:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:37`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_SBCON bool "I2C driver for ARM's SBCon two-wire serial bus interface" select I2C_BITBANG depends on ARM && I2C *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*