* [PATCH] Input: TPS6507X - add MFD dependency
@ 2011-07-11 14:16 Yegor Yefremov
2011-07-11 14:40 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Yegor Yefremov @ 2011-07-11 14:16 UTC (permalink / raw)
To: linux-input; +Cc: dmitry.torokhov, Mark Brown
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 <yegorslists@googlemail.com>
---
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: TPS6507X - add MFD dependency
2011-07-11 14:16 [PATCH] Input: TPS6507X - add MFD dependency Yegor Yefremov
@ 2011-07-11 14:40 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2011-07-11 14:40 UTC (permalink / raw)
To: Yegor Yefremov; +Cc: linux-input, dmitry.torokhov
On Mon, Jul 11, 2011 at 04:16:24PM +0200, Yegor Yefremov wrote:
> 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 <yegorslists@googlemail.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-11 14:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11 14:16 [PATCH] Input: TPS6507X - add MFD dependency Yegor Yefremov
2011-07-11 14:40 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).