:orphan: .. title:: I2C_SBCON .. option:: CONFIG_I2C_SBCON *I2C driver for ARM's SBCon two-wire serial bus interface* Type: ``bool`` Direct dependencies =================== (\ :option:`I2C ` && \ :option:`BOARD_MPS2_AN385 `) || (\ :option:`I2C ` && \ :option:`BOARD_MPS2_AN521 `) || (\ :option:`ARM ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`I2C_BITBANG ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/mps2_an385/Kconfig.defconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2C_SBCON bool default y depends on \ :option:`I2C ` && \ :option:`BOARD_MPS2_AN385 ` ---- At ``boards/arm/mps2_an521/Kconfig.defconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2C_SBCON bool default y depends on \ :option:`I2C ` && \ :option:`BOARD_MPS2_AN521 ` ---- At ``drivers/i2c/Kconfig.sbcon:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:36`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config I2C_SBCON bool "I2C driver for ARM's SBCon two-wire serial bus interface" select \ :option:`I2C_BITBANG ` depends on \ :option:`ARM ` && \ :option:`I2C ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*