diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-07-03 02:08:18 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-07-03 02:11:01 -0400 |
commit | 9ff9f6dab781371ccb658f7a8567223da3267da3 (patch) | |
tree | 1f6ccf78960930e3b51b867d62b9fe48f93104c2 /drivers/input/touchscreen | |
parent | 148c1c8ad3c4170186ebe6ea5900adde27d2a0e7 (diff) |
Input: tps6507x-ts - select INPUT_POLLDEV
Since the driver was converted to polled device infrastructure we need
to make sure it is enabled.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 2d70089c1183..3b9758b5f4d7 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -909,6 +909,7 @@ config TOUCHSCREEN_STMPE | |||
909 | config TOUCHSCREEN_TPS6507X | 909 | config TOUCHSCREEN_TPS6507X |
910 | tristate "TPS6507x based touchscreens" | 910 | tristate "TPS6507x based touchscreens" |
911 | depends on I2C | 911 | depends on I2C |
912 | select INPUT_POLLDEV | ||
912 | help | 913 | help |
913 | Say Y here if you have a TPS6507x based touchscreen | 914 | Say Y here if you have a TPS6507x based touchscreen |
914 | controller. | 915 | controller. |