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 <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 10:44:49 +02:00 committed by Marti Bolivar
parent c51210beb0
commit 4c033df0f5

View file

@ -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.