:orphan: .. title:: CONFIG_NRFX_QDEC .. kconfig:: CONFIG_NRFX_QDEC CONFIG_NRFX_QDEC ################ *Enable QDEC driver* *Enable QDEC driver* Type: ``bool`` Direct dependencies =================== ((\ :kconfig:`HAS_HW_NRF_QDEC ` || \ :kconfig:`HAS_HW_NRF_QDEC0 `) && \ :kconfig:`HAS_NRFX `) || ((\ :kconfig:`HAS_HW_NRF_QDEC ` || \ :kconfig:`HAS_HW_NRF_QDEC0 `) && \ :kconfig:`HAS_NRFX ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`QDEC_NRFX ` Kconfig definitions =================== At ``/hal_nordic/nrfx/Kconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` → ``/hal_nordic/Kconfig:217`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → nrfx drivers .. code-block:: kconfig config NRFX_QDEC bool "Enable QDEC driver" depends on (HAS_HW_NRF_QDEC || HAS_HW_NRF_QDEC0) && HAS_NRFX ---- At ``/hal_nordic/nrfx/Kconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` → ``/hal_nordic/Kconfig:217`` Menu path: (Top) → Modules → nrfx drivers .. code-block:: kconfig config NRFX_QDEC bool "Enable QDEC driver" depends on (HAS_HW_NRF_QDEC || HAS_HW_NRF_QDEC0) && HAS_NRFX && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*