Fix Kconfig style

Remove spaces from Kconfig files
This commit is contained in:
simbit18
2023-06-21 20:06:34 +02:00
committed by Masayuki Ishikawa
parent 5e7ce13b3e
commit f0a74eb492
7 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -299,7 +299,7 @@ endchoice
config CXD56_AUDIO_I2S_RATE_1
int "I2S0 data rate"
default 48000
default 48000
range 48000 192000
---help---
This designates input and output data rate of I2S.
@@ -353,7 +353,7 @@ endchoice
config CXD56_AUDIO_I2S_RATE_2
int "I2S1 data rate"
default 48000
default 48000
range 48000 192000
---help---
This designates input and output data rate of I2S1.