drivers: i2s: litex: 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:46:15 +02:00 committed by Marti Bolivar
parent ec9122b649
commit 4e59730728

View file

@ -22,10 +22,8 @@ config I2S_LITEX_TX_BLOCK_COUNT
config I2S_LITEX_CHANNELS_CONCATENATED
bool "Channels placed without padding in fifo"
default n
config I2S_LITEX_DATA_BIG_ENDIAN
bool "Received data will be stored as big endian"
default n
endif