:orphan: .. title:: QDEC_NRFX .. option:: CONFIG_QDEC_NRFX *Nordic QDEC nrfx driver* Type: ``bool`` Help ==== Enable support for nrfx QDEC driver for nRF MCU series. Direct dependencies =================== \ :option:`HAS_HW_NRF_QDEC ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NRFX_QDEC ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/qdec_nrfx/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:163`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: config QDEC_NRFX bool "Nordic QDEC nrfx driver" select \ :option:`NRFX_QDEC ` depends on \ :option:`HAS_HW_NRF_QDEC ` && \ :option:`SENSOR ` help Enable support for nrfx QDEC driver for nRF MCU series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*