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

Enable EGU5 instance

Type: bool

Direct dependencies

HAS_HW_NRF_EGU5 && 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:112

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

Menu path: (Top) → Modules → nrfx drivers

config NRFX_EGU5
    bool "Enable EGU5 instance"
    select NRFX_EGU
    depends on HAS_HW_NRF_EGU5 && HAS_NRFX

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