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:
parent
c51210beb0
commit
4c033df0f5
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue