diff options
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 |