aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2011-11-08 02:59:41 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-11-15 12:46:14 -0500
commit8d964a2872ea0914e00bc7798e68899e01715185 (patch)
treee55e7ed48bdf53637cb53d18d436bf0e4cecdab0 /drivers/input/keyboard/Kconfig
parent400bf2995be617474ebc4b2a0989f2b0a0e498cf (diff)
Input: samsung-keypad - enable compiling on other platforms
There is nothing in keypad platform definitions that requires the driver be complied on Samsung platform only, so let's move them out of the platform subdirectory and relax the dependencies. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 90d5f0a8f882..cdc385b2cf7d 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -441,9 +441,10 @@ config KEYBOARD_PMIC8XXX
441 441
442config KEYBOARD_SAMSUNG 442config KEYBOARD_SAMSUNG
443 tristate "Samsung keypad support" 443 tristate "Samsung keypad support"
444 depends on SAMSUNG_DEV_KEYPAD 444 depends on HAVE_CLK
445 help 445 help
446 Say Y here if you want to use the Samsung keypad. 446 Say Y here if you want to use the keypad on your Samsung mobile
447 device.
447 448
448 To compile this driver as a module, choose M here: the 449 To compile this driver as a module, choose M here: the
449 module will be called samsung-keypad. 450 module will be called samsung-keypad.