mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 00:51:57 +00:00
bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
12 lines
293 B
Plaintext
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.
|