:orphan: .. title:: CONFIG_I2C_NRFX .. kconfig:: CONFIG_I2C_NRFX CONFIG_I2C_NRFX ############### *nRF TWI nrfx drivers* Type: ``bool`` Help ==== .. code-block:: none Enable support for nrfx TWI drivers for nRF MCU series. Direct dependencies =================== (\ :kconfig:`I2C ` && \ :kconfig:`BOARD_ARDUINO_NANO_33_BLE `) || (\ :kconfig:`SOC_FAMILY_NRF ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/arduino_nano_33_ble/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2C_NRFX bool default y depends on I2C && BOARD_ARDUINO_NANO_33_BLE ---- At ``/i2c/Kconfig.nrfx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:34`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig menuconfig I2C_NRFX bool "nRF TWI nrfx drivers" default y depends on SOC_FAMILY_NRF && I2C help Enable support for nrfx TWI drivers for nRF MCU series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*