X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Finput%2FKconfig;h=2d87357e2b2b5fa38217201fa5ea900f11afe6c8;hb=d7f5e3df3574c6e38b99f5fe22f15540b2b9811d;hp=f814fb3a469d4d181dddea4107015e7ee2c49177;hpb=0ab598099c18affd73a21482274c00e8119236be;p=linux-2.6 diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index f814fb3a46..2d87357e2b 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -39,6 +39,19 @@ config INPUT_FF_MEMLESS To compile this driver as a module, choose M here: the module will be called ff-memless. +config INPUT_POLLDEV + tristate "Polled input device skeleton" + help + Say Y here if you are using a driver for an input + device that periodically polls hardware state. This + option is only useful for out-of-tree drivers since + in-tree drivers select it automatically. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called input-polldev. + comment "Userland interfaces" config INPUT_MOUSEDEV