diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-29 23:42:45 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-29 23:42:45 -0400 |
commit | 0dcd8073673115eeb67343787f244905f62532f2 (patch) | |
tree | fd419ac046696d3255d029dd77005c3345f5a9f1 /drivers/input/misc/Kconfig | |
parent | 85796e7d939a39787f10a643477298678fed85db (diff) |
Input: add skeleton for simple polled devices
input-polldev provides a skeleton for supporting simple input
devices that need to be periodically scanned or polled to
detect changes in their state.
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, 11 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 56941155ec87..696c9609d714 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -90,6 +90,17 @@ config INPUT_UINPUT | |||
90 | To compile this driver as a module, choose M here: the | 90 | To compile this driver as a module, choose M here: the |
91 | module will be called uinput. | 91 | module will be called uinput. |
92 | 92 | ||
93 | config INPUT_POLLDEV | ||
94 | tristate "Polled input device skeleton" | ||
95 | help | ||
96 | Say Y here if you are using a driver for an input | ||
97 | device that periodically polls hardware state. This | ||
98 | option is only useful for out-of-tree drivers since | ||
99 | in-tree drivers select it automatically. | ||
100 | |||
101 | To compile this driver as a module, choose M here: the | ||
102 | module will be called input-polldev. | ||
103 | |||
93 | config HP_SDC_RTC | 104 | config HP_SDC_RTC |
94 | tristate "HP SDC Real Time Clock" | 105 | tristate "HP SDC Real Time Clock" |
95 | depends on GSC || HP300 | 106 | depends on GSC || HP300 |