Skip to content

Commit d568bbd

Browse files
krzkojeda
authored andcommitted
auxdisplay: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 98d54f8 commit d568bbd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

drivers/auxdisplay/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ config CFAG12864B
111111
If unsure, say N.
112112

113113
config CFAG12864B_RATE
114-
int "Refresh rate (hertz)"
114+
int "Refresh rate (hertz)"
115115
depends on CFAG12864B
116116
default "20"
117117
---help---
@@ -329,7 +329,7 @@ config PANEL_LCD_PROTO
329329

330330
config PANEL_LCD_PIN_E
331331
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
332-
int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
332+
int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
333333
range -17 17
334334
default 14
335335
---help---
@@ -344,7 +344,7 @@ config PANEL_LCD_PIN_E
344344

345345
config PANEL_LCD_PIN_RS
346346
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
347-
int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
347+
int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) "
348348
range -17 17
349349
default 17
350350
---help---
@@ -359,7 +359,7 @@ config PANEL_LCD_PIN_RS
359359

360360
config PANEL_LCD_PIN_RW
361361
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO="0"
362-
int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
362+
int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) "
363363
range -17 17
364364
default 16
365365
---help---
@@ -374,7 +374,7 @@ config PANEL_LCD_PIN_RW
374374

375375
config PANEL_LCD_PIN_SCL
376376
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO!="0"
377-
int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
377+
int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) "
378378
range -17 17
379379
default 1
380380
---help---
@@ -389,7 +389,7 @@ config PANEL_LCD_PIN_SCL
389389

390390
config PANEL_LCD_PIN_SDA
391391
depends on PANEL_PROFILE="0" && PANEL_LCD="1" && PANEL_LCD_PROTO!="0"
392-
int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
392+
int "Parallel port pin number & polarity connected to the LCD SDA signal (-17...17) "
393393
range -17 17
394394
default 2
395395
---help---
@@ -404,12 +404,12 @@ config PANEL_LCD_PIN_SDA
404404

405405
config PANEL_LCD_PIN_BL
406406
depends on PANEL_PROFILE="0" && PANEL_LCD="1"
407-
int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) "
407+
int "Parallel port pin number & polarity connected to the LCD backlight signal (-17...17) "
408408
range -17 17
409409
default 0
410410
---help---
411411
This describes the number of the parallel port pin to which the LCD 'BL' signal
412-
has been connected. It can be :
412+
has been connected. It can be :
413413

414414
0 : no connection (eg: connected to ground)
415415
1..17 : directly connected to any of these pins on the DB25 plug

0 commit comments

Comments
 (0)