-
CONFIG_I2C_SAM_TWIHS
¶
Atmel SAM (TWIHS) I2C driver
Type: bool
Help¶
Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.
Direct dependencies¶
(I2C
&& BOARD_SAM_E70_XPLAINED
) || (SOC_FAMILY_SAM
&& I2C
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
I2C
&&BOARD_SAM_E70_XPLAINED
Symbols selected by this symbol¶
HAS_DTS_I2C
ifSOC_FAMILY_SAM
&&I2C
Kconfig definitions¶
At boards/arm/sam_e70_xplained/Kconfig.defconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config I2C_SAM_TWIHS bool default "y" ifI2C
&&BOARD_SAM_E70_XPLAINED
depends onI2C
&&BOARD_SAM_E70_XPLAINED
At drivers/i2c/Kconfig:261
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_SAM_TWIHS bool prompt "Atmel SAM (TWIHS) I2C driver" ifSOC_FAMILY_SAM
&&I2C
selectHAS_DTS_I2C
ifSOC_FAMILY_SAM
&&I2C
depends onSOC_FAMILY_SAM
&&I2C
help Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.
(Definitions include propagated dependencies, including from if’s and menus.)