-
CONFIG_I2C
¶
I2C Drivers
Type: bool
Help¶
Enable I2C Driver Configuration
Defaults¶
- “y” if
BOARD_NRF52_PCA20020
- “y” if
BOARD_REEL_BOARD
- “y” if
BOARD_GALILEO
Symbols that select this symbol¶
Kconfig definitions¶
At boards/arm/nrf52_pca20020/Kconfig.defconfig:22
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config I2C bool default "y" ifBOARD_NRF52_PCA20020
depends onBOARD_NRF52_PCA20020
At boards/arm/reel_board/Kconfig.defconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config I2C bool default "y" ifBOARD_REEL_BOARD
depends onBOARD_REEL_BOARD
At boards/x86/galileo/Kconfig.defconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config I2C bool default "y" ifBOARD_GALILEO
depends onBOARD_GALILEO
At drivers/i2c/Kconfig:12
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
Menu path: (top menu) → Device Drivers
menuconfig I2C
bool
prompt "I2C Drivers"
help
Enable I2C Driver Configuration
(Definitions include propagated dependencies, including from if’s and menus.)