zephyr/drivers/sensor/qdec_nrfx/Kconfig
Anas Nashif 04c85e64c1 sensors: qdex_nrfx: move to new logger
Move to new logger and use sensor log level instead of our own.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-31 08:34:36 -04:00

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.