Skip to content

Commit 95e6da4

Browse files
committed
drivers: sensor: nrf: fix dependencies for QDEC_NRFX
QDEC_NRFX shall depend on either HAS_HW_NRF_QDEC, or HAS_HW_NRF_QDEC0, since in the nRF5340 Application core definition we select HAS_HW_NRF_QDEC0 instead of HAS_HW_NRF_QDEC. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 007c853 commit 95e6da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/sensor/qdec_nrfx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
config QDEC_NRFX
55
bool "Nordic QDEC nrfx driver"
6-
depends on HAS_HW_NRF_QDEC
6+
depends on HAS_HW_NRF_QDEC || HAS_HW_NRF_QDEC0
77
select NRFX_QDEC
88
help
99
Enable support for nrfx QDEC driver for nRF MCU series.

0 commit comments

Comments
 (0)