linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Stein <alexanders83@web.de>
To: Linus Walleij <linus.walleij@linaro.org>,
	Alexandre Courbot <gnurou@gmail.com>
Cc: Alexander Stein <alexanders83@web.de>, linux-gpio@vger.kernel.org
Subject: [PATCH v2 47/63] gpio: stmpe: Allow compile testing
Date: Tue,  5 Apr 2016 19:39:28 +0200	[thread overview]
Message-ID: <1459877980-31872-8-git-send-email-alexanders83@web.de> (raw)
In-Reply-To: <1459877772-11289-1-git-send-email-alexanders83@web.de>

Lower dependencies for compile testing.

Signed-off-by: Alexander Stein <alexanders83@web.de>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5bd23e7124ef..3a4d192646e6 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -883,7 +883,7 @@ config GPIO_RC5T583
 
 config GPIO_STMPE
 	bool "STMPE GPIOs"
-	depends on MFD_STMPE && OF_GPIO
+	depends on MFD_STMPE && OF_GPIO || COMPILE_TEST
 	select GPIOLIB_IRQCHIP
 	help
 	  This enables support for the GPIOs found on the STMPE I/O
-- 
2.8.0


  parent reply	other threads:[~2016-04-05 17:39 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-05 17:35 [PATCH v2 00/63] Allow compile testing of most gpio drivers Alexander Stein
2016-04-05 17:35 ` [PATCH v2 01/63] gpio: gpiolib-of: Allow compile testing Alexander Stein
2016-04-05 17:35 ` [PATCH v2 02/63] gpio: tegra: Allow compile test Alexander Stein
2016-04-05 17:35 ` [PATCH v2 03/63] gpio: davinci: Allow compile testing Alexander Stein
2016-04-05 17:35 ` [PATCH v2 04/63] gpio: em: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 05/63] gpio: ge: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 06/63] gpio: iop: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 07/63] gpio: mvebu: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 08/63] gpio: mxc: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 09/63] gpio: mxs: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 10/63] gpio: omap: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 11/63] gpio: pl061: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 12/63] gpio: pxa: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 13/63] gpio: spear-spics: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 14/63] gpio: sta2x11: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 15/63] gpio: syscon: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 16/63] gpio: tb10x: " Alexander Stein
2016-04-05 17:35 ` [PATCH v2 17/63] gpio: vf610: Explicitly include pinctrl consumer header Alexander Stein
2016-04-05 17:35 ` [PATCH v2 18/63] gpio: vf610: Allow compile testing Alexander Stein
2016-04-05 17:35 ` [PATCH v2 19/63] gpio: xgene: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 20/63] gpio: zynq: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 21/63] gpio: mc9s08dz60: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 22/63] gpio: adp5520: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 23/63] gpio: arizona: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 24/63] gpio: crystalcove: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 25/63] gpio: da9052: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 26/63] gpio: da9055: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 27/63] gpio: dln2: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 28/63] gpio: jantz-ttl: " Alexander Stein
2016-04-05 17:38 ` [PATCH v2 29/63] gpio: kempld: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 30/63] gpio: lp3943: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 31/63] gpio: msic: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 32/63] gpio: palmas: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 33/63] gpio: rc5t583: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 34/63] gpio: timberdale: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 35/63] gpio: tps65218: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 36/63] gpio: tps6586x: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 37/63] gpio: tps65910: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 38/63] gpio: tps65912: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 39/63] gpio: twl4030: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 40/63] gpio: twl6040: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 41/63] gpio: ucb1400: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 42/63] gpio: wm831x: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 43/63] gpio: wm8350: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 44/63] gpio: wm8994: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 45/63] gpio: viperboard: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 46/63] gpio: stmpe: Move dependencies to a single line Alexander Stein
2016-04-05 17:39 ` Alexander Stein [this message]
2016-04-05 17:39 ` [PATCH v2 48/63] gpio: tc3589x: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 49/63] gpio: tc3589x: Allow compile testing Alexander Stein
2016-04-05 17:39 ` [PATCH v2 50/63] gpio: ich: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 51/63] gpio: lynxpoint: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 52/63] gpio: vx855: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 53/63] gpio: sch: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 54/63] gpio: bt8xx: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 55/63] gpio: intel-mid: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 56/63] gpio: sodaville: Use of_property_read_u32 instead of of_read_number Alexander Stein
2016-04-05 17:39 ` [PATCH v2 57/63] gpio: sodaville: Allow compile testing Alexander Stein
2016-04-05 17:39 ` [PATCH v2 58/63] gpio: 74x164: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 59/63] gpio: etraxfs: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 60/63] gpio: grgpio: " Alexander Stein
2016-04-05 17:39 ` [PATCH v2 61/63] gpio: mvebu: " Alexander Stein
2016-04-05 18:40 ` [PATCH v2 62/63] gpio: tps65086: " Alexander Stein
2016-04-05 18:40 ` [PATCH v2 63/63] gpio: xgene-sb: " Alexander Stein
2016-04-08 12:24 ` [PATCH v2 00/63] Allow compile testing of most gpio drivers Linus Walleij
2016-04-11  7:01   ` Linus Walleij
2016-04-11 18:01     ` Alexander Stein

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=1459877980-31872-8-git-send-email-alexanders83@web.de \
    --to=alexanders83@web.de \
    --cc=gnurou@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@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).