From 6540964e55634d489f0a522d0e3ef4a859c87d81 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:45:02 +0200 Subject: [PATCH] drivers: espi: xec_v2: 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_v2 | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/espi/Kconfig.xec_v2 b/drivers/espi/Kconfig.xec_v2 index fc5d042e708..e7bb7154038 100644 --- a/drivers/espi/Kconfig.xec_v2 +++ b/drivers/espi/Kconfig.xec_v2 @@ -133,7 +133,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.