From 4e59730728e9b12c18ea55aabc2288b5f186e2e1 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:46:15 +0200 Subject: [PATCH] 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 --- drivers/i2s/Kconfig.litex | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/i2s/Kconfig.litex b/drivers/i2s/Kconfig.litex index 9af29e4b985..4ea6b759279 100644 --- a/drivers/i2s/Kconfig.litex +++ b/drivers/i2s/Kconfig.litex @@ -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