zephyr/drivers/sensor/qdec_sam/Kconfig
Bartosz Bilas 7c77e7ee08 drivers: sensor: qdec_sam: remove superfluous default n for boolean
bool symbols implicitly default to n so
there is no need to redundant those values.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
2022-04-15 10:32:24 -07:00

12 lines
293 B
Plaintext

# Atmel SAM MCU family Quadrature Decoder (TC) driver configuration options
#
# Copyright (c) 2021, Piotr Mienkowski
# SPDX-License-Identifier: Apache-2.0
#
config QDEC_SAM
bool "Atmel SAM QDEC driver"
depends on SOC_FAMILY_SAM
help
Atmel SAM MCU family Quadrature Decoder (TC) driver.