From 4c033df0f5db319e3d12d98b549fb808caf4c977 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:44:49 +0200 Subject: [PATCH] drivers: espi: xec: 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/espi/Kconfig.xec | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/espi/Kconfig.xec b/drivers/espi/Kconfig.xec index 6ff528068bf..32b79d5643f 100644 --- a/drivers/espi/Kconfig.xec +++ b/drivers/espi/Kconfig.xec @@ -57,7 +57,6 @@ config ESPI_FLASH_BUFFER_SIZE config ESPI_SAF bool "XEC Microchip ESPI SAF driver" depends on ESPI_FLASH_CHANNEL - default n help Enable Slave Attached Flash eSPI driver. SAF depends upon ESPI XEC driver and flash channel.