:orphan: .. title:: NRFX_TWIM0 .. option:: CONFIG_NRFX_TWIM0 *Enable TWIM0 instance* Type: ``bool`` Direct dependencies =================== \ :option:`HAS_HW_NRF_TWIM0 ` && \ :option:`HAS_NRFX ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NRFX_TWIM ` Symbols that select this symbol =============================== - \ :option:`I2C_0_NRF_TWIM ` Kconfig definition ================== .. highlight:: kconfig At ``modules/hal_nordic/nrfx/Kconfig:297`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:59`` → ``modules/hal_nordic/Kconfig:186`` Menu path: (Top) → Modules → nrfx drivers .. parsed-literal:: config NRFX_TWIM0 bool "Enable TWIM0 instance" select \ :option:`NRFX_TWIM ` depends on \ :option:`HAS_HW_NRF_TWIM0 ` && \ :option:`HAS_NRFX ` && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*