-
CONFIG_I2C_NRFX
¶
nRF TWI nrfx drivers
Type: bool
Help¶
Enable support for nrfx TWI drivers for nRF MCU series. Peripherals with the same instance ID cannot be used together, e.g. I2C_0 and SPI_0. You may need to disable SPI_0 or SPI_1.
Default¶
- y
Kconfig definition¶
At drivers/i2c/Kconfig.nrfx:6
Included via Kconfig:8
→ Kconfig.zephyr:37
→ drivers/Kconfig:34
→ drivers/i2c/Kconfig:25
Menu path: (Top) → Device Drivers → I2C Drivers
menuconfig I2C_NRFX bool "nRF TWI nrfx drivers" default y depends onSOC_FAMILY_NRF
&&I2C
help Enable support for nrfx TWI drivers for nRF MCU series. Peripherals with the same instance ID cannot be used together, e.g. I2C_0 and SPI_0. You may need to disable SPI_0 or SPI_1.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)