choice I2C_1_NRF_TYPE: I2C Port 1 Driver type

I2C Port 1 Driver type

Type: bool

Direct dependencies

(I2C_1 && I2C && BOARD_NRF52_PCA20020) || (I2C_1 && I2C && BOARD_REEL_BOARD) || (I2C_1 && !SPI_1 && I2C_NRFX && I2C)

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

Kconfig definitions

At boards/arm/nrf52_pca20020/Kconfig.defconfig:51

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

choice I2C_1_NRF_TYPE
    bool
    default I2C_1_NRF_TWIM if I2C_1 && I2C && BOARD_NRF52_PCA20020
    depends on I2C_1 && I2C && BOARD_NRF52_PCA20020

At boards/arm/reel_board/Kconfig.defconfig:57

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

choice I2C_1_NRF_TYPE
    bool
    default I2C_1_NRF_TWIM if I2C_1 && I2C && BOARD_REEL_BOARD
    depends on I2C_1 && I2C && BOARD_REEL_BOARD

At drivers/i2c/Kconfig.nrfx:51

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40drivers/i2c/Kconfig:25

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

choice I2C_1_NRF_TYPE
    bool
    prompt "I2C Port 1 Driver type" if I2C_1 && !SPI_1 && I2C_NRFX && I2C
    depends on I2C_1 && !SPI_1 && I2C_NRFX && I2C

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