:orphan: .. title:: I2C_0_NRF_TWI .. option:: CONFIG_I2C_0_NRF_TWI *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable nRF TWI Master without EasyDMA on port 0. Direct dependencies =================== \ :option:`I2C_NRFX ` && \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`NRFX_TWI0 ` Kconfig definition ================== At ``/i2c/Kconfig.nrfx:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:40`` → ``/i2c/Kconfig:33`` Menu path: (Top) → Device Drivers → I2C Drivers → nRF TWI nrfx drivers .. code-block:: kconfig config I2C_0_NRF_TWI bool default n select NRFX_TWI0 depends on I2C_NRFX && I2C help Enable nRF TWI Master without EasyDMA on port 0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*