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

CONFIG_QDEC_NRFX

Nordic QDEC nrfx driver

Type: bool

Help

Enable support for nrfx QDEC driver for nRF MCU series.

Direct dependencies

(HAS_HW_NRF_QDEC || HAS_HW_NRF_QDEC0) && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/sensor/qdec_nrfx/Kconfig:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:183

Menu path: (Top) → Device Drivers → Sensor Drivers

config QDEC_NRFX
    bool "Nordic QDEC nrfx driver"
    select NRFX_QDEC
    depends on (HAS_HW_NRF_QDEC || HAS_HW_NRF_QDEC0) && SENSOR
    help
      Enable support for nrfx QDEC driver for nRF MCU series.

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