CONFIG_NRFX_TWIM1

Enable TWIM1 instance

Type: bool

Direct dependencies

HAS_HW_NRF_TWIM1 && HAS_NRFX

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <Zephyr>/modules/Kconfig.nordic:484

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:20

Menu path: (Top) → Modules → nrfx drivers

config NRFX_TWIM1
    bool "Enable TWIM1 instance"
    select NRFX_TWIM
    depends on HAS_HW_NRF_TWIM1 && HAS_NRFX

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)