The latest development version of this page may be more current than this released 1.14.0 version.
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.

Direct dependencies

SOC_FAMILY_NRF && I2C

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/i2c/Kconfig.nrfx:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:25

Menu path: (top menu) → Device Drivers → I2C Drivers

menuconfig I2C_NRFX
    bool
    prompt "nRF TWI nrfx drivers" if SOC_FAMILY_NRF && I2C
    default "y" if SOC_FAMILY_NRF && I2C
    select HAS_DTS_I2C if SOC_FAMILY_NRF && I2C
    depends on SOC_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.

(Definitions include propagated dependencies, including from if’s and menus.)