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 10/63] gpio: mxc: Allow compile testing
Date: Fri, 26 Feb 2016 14:17:19 +0100	[thread overview]
Message-ID: <1456492692-21592-11-git-send-email-alexanders83@web.de> (raw)
In-Reply-To: <1456492692-21592-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 60e18597cd43..0b46dc009a82 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -308,7 +308,7 @@ config GPIO_MVEBU
 
 config GPIO_MXC
 	def_bool y
-	depends on ARCH_MXC
+	depends on ARCH_MXC || COMPILE_TEST
 	select GPIO_GENERIC
 	select GENERIC_IRQ_CHIP
 
-- 
2.7.2


  parent reply	other threads:[~2016-02-26 13:18 UTC|newest]

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

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=1456492692-21592-11-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).