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>
This commit is contained in:
parent
f5f110bb36
commit
7c77e7ee08
1 changed files with 0 additions and 1 deletions
|
@ -7,6 +7,5 @@
|
||||||
config QDEC_SAM
|
config QDEC_SAM
|
||||||
bool "Atmel SAM QDEC driver"
|
bool "Atmel SAM QDEC driver"
|
||||||
depends on SOC_FAMILY_SAM
|
depends on SOC_FAMILY_SAM
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Atmel SAM MCU family Quadrature Decoder (TC) driver.
|
Atmel SAM MCU family Quadrature Decoder (TC) driver.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue