浏览代码

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>
Dmitry Torokhov 12 年之前
父节点
当前提交
9ff9f6dab7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/input/touchscreen/Kconfig

+ 1 - 0
drivers/input/touchscreen/Kconfig

@@ -909,6 +909,7 @@ config TOUCHSCREEN_STMPE
 config TOUCHSCREEN_TPS6507X
 	tristate "TPS6507x based touchscreens"
 	depends on I2C
+	select INPUT_POLLDEV
 	help
 	  Say Y here if you have a TPS6507x based touchscreen
 	  controller.