diff options
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 f814fb3a469d..2d87357e2b2b 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig | |||
@@ -39,6 +39,19 @@ config INPUT_FF_MEMLESS | |||
39 | To compile this driver as a module, choose M here: the | 39 | To compile this driver as a module, choose M here: the |
40 | module will be called ff-memless. | 40 | module will be called ff-memless. |
41 | 41 | ||
42 | config INPUT_POLLDEV | ||
43 | tristate "Polled input device skeleton" | ||
44 | help | ||
45 | Say Y here if you are using a driver for an input | ||
46 | device that periodically polls hardware state. This | ||
47 | option is only useful for out-of-tree drivers since | ||
48 | in-tree drivers select it automatically. | ||
49 | |||
50 | If unsure, say N. | ||
51 | |||
52 | To compile this driver as a module, choose M here: the | ||
53 | module will be called input-polldev. | ||
54 | |||
42 | comment "Userland interfaces" | 55 | comment "Userland interfaces" |
43 | 56 | ||
44 | config INPUT_MOUSEDEV | 57 | config INPUT_MOUSEDEV |