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/misc/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/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 6013ace94d98..98ddafa30535 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -165,17 +165,6 @@ config INPUT_UINPUT | |||
165 | To compile this driver as a module, choose M here: the | 165 | To compile this driver as a module, choose M here: the |
166 | module will be called uinput. | 166 | module will be called uinput. |
167 | 167 | ||
168 | config INPUT_POLLDEV | ||
169 | tristate "Polled input device skeleton" | ||
170 | help | ||
171 | Say Y here if you are using a driver for an input | ||
172 | device that periodically polls hardware state. This | ||
173 | option is only useful for out-of-tree drivers since | ||
174 | in-tree drivers select it automatically. | ||
175 | |||
176 | To compile this driver as a module, choose M here: the | ||
177 | module will be called input-polldev. | ||
178 | |||
179 | config HP_SDC_RTC | 168 | config HP_SDC_RTC |
180 | tristate "HP SDC Real Time Clock" | 169 | tristate "HP SDC Real Time Clock" |
181 | depends on GSC || HP300 | 170 | depends on GSC || HP300 |