linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: linux-input@vger.kernel.org
Cc: dmitry.torokhov@gmail.com,
	Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: [PATCH] Input: TPS6507X - add MFD dependency
Date: Mon, 11 Jul 2011 16:16:24 +0200	[thread overview]
Message-ID: <4E1B05B8.1020006@visionsystems.de> (raw)

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.


             reply	other threads:[~2011-07-11 14:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-11 14:16 Yegor Yefremov [this message]
2011-07-11 14:40 ` [PATCH] Input: TPS6507X - add MFD dependency Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E1B05B8.1020006@visionsystems.de \
    --to=yegor_sub1@visionsystems.de \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).