[PATCH] Input: TPS6507X - add MFD dependency
From: Yegor Yefremov <hidden>
Date: 2011-07-11 14:17:01
touchscreen unit is only working if mfd device is activated, so define it as dependency. I2C dependency is obsolete, cause TPS6507X itself depends on it. Signed-off-by: Yegor Yefremov <redacted> --- drivers/input/touchscreen/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/drivers/input/touchscreen/Kconfig ===================================================================
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig@@ -716,7 +716,7 @@ config TOUCHSCREEN_TPS6507X tristate "TPS6507x based touchscreens" - depends on I2C + depends on TPS6507X help Say Y here if you have a TPS6507x based touchscreen controller.