diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-06-13 01:49:58 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-06-13 01:49:58 -0400 |
commit | 893e7c2db05f14032f2390ef7c59a499fc25ccae (patch) | |
tree | 75c7882b71aea19ea5e71be509d0af6107404a8e /drivers/input/Kconfig | |
parent | 8c4df74e02b0853ad86d1595fb6065d6c26fb196 (diff) |
Input: move input-polldev to drivers/input
To work around deficiences in Kconfig that allows to "select"
a symbol without automatically selecting all dependencies for
that symbol move input-polldev from drivers/input/misc to
drivers/input thus removing extra dependency on CONFIG_INPUT_MISC.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r-- | drivers/input/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 0e9b69535ad6..3cfff40695ec 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig | |||
@@ -38,6 +38,19 @@ config INPUT_FF_MEMLESS | |||
38 | To compile this driver as a module, choose M here: the | 38 | To compile this driver as a module, choose M here: the |
39 | module will be called ff-memless. | 39 | module will be called ff-memless. |
40 | 40 | ||
41 | config INPUT_POLLDEV | ||
42 | tristate "Polled input device skeleton" | ||
43 | help | ||
44 | Say Y here if you are using a driver for an input | ||
45 | device that periodically polls hardware state. This | ||
46 | option is only useful for out-of-tree drivers since | ||
47 | in-tree drivers select it automatically. | ||
48 | |||
49 | If unsure, say N. | ||
50 | |||
51 | To compile this driver as a module, choose M here: the | ||
52 | module will be called input-polldev. | ||
53 | |||
41 | comment "Userland interfaces" | 54 | comment "Userland interfaces" |
42 | 55 | ||
43 | config INPUT_MOUSEDEV | 56 | config INPUT_MOUSEDEV |