From 55d4282e446b63e6ffa6ee149a468dbcfbad8a47 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:44:14 +0200 Subject: [PATCH] drivers: dac: sam0: 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 --- drivers/dac/Kconfig.sam0 | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dac/Kconfig.sam0 b/drivers/dac/Kconfig.sam0 index 622a435eab6..579f987a8b5 100644 --- a/drivers/dac/Kconfig.sam0 +++ b/drivers/dac/Kconfig.sam0 @@ -3,7 +3,6 @@ config DAC_SAM0 bool "Atmel SAM0 series DAC Driver" - default n depends on SOC_SERIES_SAMD20 || SOC_SERIES_SAMD21 help Enables the Atmel SAM0 MCU Family Digital-to-Analog (DAC) driver.