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
1 changed files with 0 additions and 2 deletions
|
@ -22,10 +22,8 @@ config I2S_LITEX_TX_BLOCK_COUNT
|
||||||
|
|
||||||
config I2S_LITEX_CHANNELS_CONCATENATED
|
config I2S_LITEX_CHANNELS_CONCATENATED
|
||||||
bool "Channels placed without padding in fifo"
|
bool "Channels placed without padding in fifo"
|
||||||
default n
|
|
||||||
|
|
||||||
config I2S_LITEX_DATA_BIG_ENDIAN
|
config I2S_LITEX_DATA_BIG_ENDIAN
|
||||||
bool "Received data will be stored as big endian"
|
bool "Received data will be stored as big endian"
|
||||||
default n
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue