summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-12-08 10:51:19 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-08 12:22:12 +0100
commit4c20f9af97b243c53596584c2ad6aff9352d5f95 (patch)
tree8d4fbaf3ea1d1e9d0b95f18605c9f741410fddc0 /drivers/input
parent1cab895549c9ebb4844b3807f79bd5a11dc65d07 (diff)
downloadbarebox-4c20f9af97b243c53596584c2ad6aff9352d5f95.tar.gz
barebox-4c20f9af97b243c53596584c2ad6aff9352d5f95.tar.xz
Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes replacing spaces to tabs, formatting in accordance format, removing extraneous lines and spaces. No functional changes. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 846483c794..a6f1f47f8d 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -13,7 +13,7 @@ config KEYBOARD_GPIO
to GPIO pins of various CPUs (and some other chips).
Say Y here if your device has buttons connected
- directly to such GPIO pins. Your board-specific
+ directly to such GPIO pins. Your board-specific
setup logic must also provide a platform device,
with configuration data saying which GPIOs are used.
@@ -26,7 +26,7 @@ config KEYBOARD_IMX_KEYPAD
to the IMX keypad matrix.
Say Y here if your device has buttons connected
- to the IMX keypad matrix. Your board-specific
+ to the IMX keypad matrix. Your board-specific
setup logic must also provide a 'matrix_keymap_data' structure,
defining the used keys.