The latest development version of this page may be more current than this released 1.14.1 version.
choice I2C_3_NRF_TYPE: I2C Port 3 Driver type

I2C Port 3 Driver type

Type: bool

Direct dependencies

I2C_3 && !SPI_3 && !(SOC_SERIES_NRF91X && UART_3_NRF_UARTE) && I2C_NRFX && I2C

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

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Choice options

Kconfig definition

At drivers/i2c/Kconfig.nrfx:105

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

Menu path: (top menu) → Device Drivers → I2C Drivers → nRF TWI nrfx drivers

choice I2C_3_NRF_TYPE
    bool
    prompt "I2C Port 3 Driver type" if I2C_3 && !SPI_3 && !(SOC_SERIES_NRF91X && UART_3_NRF_UARTE) && I2C_NRFX && I2C
    depends on I2C_3 && !SPI_3 && !(SOC_SERIES_NRF91X && UART_3_NRF_UARTE) && I2C_NRFX && I2C

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