Skip to content

Commit bcf1e03

Browse files
krzkdtor
authored andcommitted
Input: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent dffe969 commit bcf1e03

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

drivers/input/keyboard/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ config KEYBOARD_QT1050
167167
the module will be called qt1050
168168

169169
config KEYBOARD_QT1070
170-
tristate "Atmel AT42QT1070 Touch Sensor Chip"
171-
depends on I2C
172-
help
173-
Say Y here if you want to use Atmel AT42QT1070 QTouch
174-
Sensor chip as input device.
175-
176-
To compile this driver as a module, choose M here:
177-
the module will be called qt1070
170+
tristate "Atmel AT42QT1070 Touch Sensor Chip"
171+
depends on I2C
172+
help
173+
Say Y here if you want to use Atmel AT42QT1070 QTouch
174+
Sensor chip as input device.
175+
176+
To compile this driver as a module, choose M here:
177+
the module will be called qt1070
178178

179179
config KEYBOARD_QT2160
180180
tristate "Atmel AT42QT2160 Touch Sensor Chip"

drivers/input/mouse/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ config MOUSE_PS2_SYNAPTICS_SMBUS
9292
If unsure, say Y.
9393

9494
config MOUSE_PS2_CYPRESS
95-
bool "Cypress PS/2 mouse protocol extension" if EXPERT
96-
default y
97-
depends on MOUSE_PS2
98-
help
99-
Say Y here if you have a Cypress PS/2 Trackpad connected to
100-
your system.
101-
102-
If unsure, say Y.
95+
bool "Cypress PS/2 mouse protocol extension" if EXPERT
96+
default y
97+
depends on MOUSE_PS2
98+
help
99+
Say Y here if you have a Cypress PS/2 Trackpad connected to
100+
your system.
101+
102+
If unsure, say Y.
103103

104104
config MOUSE_PS2_LIFEBOOK
105105
bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EXPERT

drivers/input/tablet/Kconfig

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ config TABLET_USB_AIPTEK
3939
module will be called aiptek.
4040

4141
config TABLET_USB_GTCO
42-
tristate "GTCO CalComp/InterWrite USB Support"
43-
depends on USB && INPUT
44-
help
45-
Say Y here if you want to use the USB version of the GTCO
46-
CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
47-
(CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
48-
(CONFIG_INPUT_EVDEV) as well.
49-
50-
To compile this driver as a module, choose M here: the
51-
module will be called gtco.
42+
tristate "GTCO CalComp/InterWrite USB Support"
43+
depends on USB && INPUT
44+
help
45+
Say Y here if you want to use the USB version of the GTCO
46+
CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
47+
(CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
48+
(CONFIG_INPUT_EVDEV) as well.
49+
50+
To compile this driver as a module, choose M here: the
51+
module will be called gtco.
5252

5353
config TABLET_USB_HANWANG
5454
tristate "Hanwang Art Master III tablet support (USB)"

drivers/input/touchscreen/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ config TOUCHSCREEN_HP600
633633
depends on SH_HP6XX && SH_ADC
634634
help
635635
Say Y here if you have a HP Jornada 620/660/680/690 and want to
636-
support the built-in touchscreen.
636+
support the built-in touchscreen.
637637

638638
To compile this driver as a module, choose M here: the
639639
module will be called hp680_ts_input.

0 commit comments

Comments
 (0)