:orphan: .. title:: NRFX_TWIM1 .. option:: CONFIG_NRFX_TWIM1 *Enable TWIM1 instance* *Enable TWIM1 instance* Type: ``bool`` Direct dependencies =================== (\ :option:`HAS_HW_NRF_TWIM1 ` && \ :option:`HAS_NRFX `) || (\ :option:`HAS_HW_NRF_TWIM1 ` && \ :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 ` - \ :option:`NRFX_TWIM ` Symbols that select this symbol =============================== - \ :option:`I2C_1_NRF_TWIM ` Kconfig definitions =================== At ``/hal_nordic/nrfx/Kconfig:302`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:8`` → ``/hal_nordic/Kconfig:191`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → nrfx drivers .. code-block:: kconfig config NRFX_TWIM1 bool "Enable TWIM1 instance" select NRFX_TWIM depends on HAS_HW_NRF_TWIM1 && HAS_NRFX ---- At ``/hal_nordic/nrfx/Kconfig:302`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` → ``/hal_nordic/Kconfig:191`` Menu path: (Top) → Modules → nrfx drivers .. code-block:: kconfig config NRFX_TWIM1 bool "Enable TWIM1 instance" select NRFX_TWIM depends on HAS_HW_NRF_TWIM1 && HAS_NRFX && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*