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