The latest development version of this page may be more current than this released 1.14.0 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 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/sensor/qdec_nrfx/Kconfig:6

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:110

Menu path: (top menu) → Device Drivers → Sensor Drivers

menuconfig QDEC_NRFX
    bool
    prompt "Nordic QDEC nrfx driver" if HAS_HW_NRF_QDEC && SENSOR
    select NRFX_QDEC if HAS_HW_NRF_QDEC && SENSOR
    select HAS_DTS_QDEC if HAS_HW_NRF_QDEC && SENSOR
    depends on HAS_HW_NRF_QDEC && SENSOR
    help
      Enable support for nrfx QDEC driver for nRF MCU series.

(Definitions include propagated dependencies, including from if’s and menus.)