The latest development version of this page may be more current than this released 2.2.1 version.
CONFIG_NRFX_EGU4

Enable EGU4 instance

Type: bool

Direct dependencies

HAS_HW_NRF_EGU4 && HAS_NRFX

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At modules/Kconfig.nordic:107

Included via Kconfig:8Kconfig.zephyr:10modules/Kconfig:16

Menu path: (Top) → Modules → nrfx drivers

config NRFX_EGU4
    bool "Enable EGU4 instance"
    select NRFX_EGU
    depends on HAS_HW_NRF_EGU4 && HAS_NRFX

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