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 <Ioannis.Glaropoulos@nordicsemi.no>
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
# Copyright (c) 2018, Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config QDEC_NRFX
|
|
bool "Nordic QDEC nrfx driver"
|
|
depends on HAS_HW_NRF_QDEC || HAS_HW_NRF_QDEC0
|
|
select NRFX_QDEC
|
|
help
|
|
Enable support for nrfx QDEC driver for nRF MCU series.
|