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