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