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
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue