mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 16:25:29 +00:00
Move to new logger and use sensor log level instead of our own. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
# Copyright (c) 2018, Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig QDEC_NRFX
|
|
bool "Nordic QDEC nrfx driver"
|
|
depends on HAS_HW_NRF_QDEC
|
|
select NRFX_QDEC
|
|
select HAS_DTS_QDEC
|
|
help
|
|
Enable support for nrfx QDEC driver for nRF MCU series.
|