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 <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 10:45:02 +02:00 committed by Marti Bolivar
commit 6540964e55

View file

@ -133,7 +133,6 @@ config ESPI_FLASH_BUFFER_SIZE
config ESPI_SAF config ESPI_SAF
bool "XEC Microchip ESPI SAF driver" bool "XEC Microchip ESPI SAF driver"
depends on ESPI_FLASH_CHANNEL depends on ESPI_FLASH_CHANNEL
default n
help help
Enable Slave Attached Flash eSPI driver. SAF depends upon ESPI XEC driver Enable Slave Attached Flash eSPI driver. SAF depends upon ESPI XEC driver
and flash channel. and flash channel.