linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Shiyan <shc_work@mail.ru>
To: linux-gpio@vger.kernel.org
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Alexandre Courbot <gnurou@gmail.com>,
	Alexander Shiyan <shc_work@mail.ru>
Subject: [PATCH 2/2] gpio: clps711x: Enable driver compilation with COMPILE_TEST
Date: Tue, 24 Dec 2013 18:08:54 +0400	[thread overview]
Message-ID: <1387894134-11007-2-git-send-email-shc_work@mail.ru> (raw)
In-Reply-To: <1387894134-11007-1-git-send-email-shc_work@mail.ru>

This helps increasing build testing coverage.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 98bc397..5416f5b 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -110,7 +110,7 @@ comment "Memory mapped GPIO drivers:"
 
 config GPIO_CLPS711X
 	tristate "CLPS711X GPIO support"
-	depends on ARCH_CLPS711X
+	depends on ARCH_CLPS711X || COMPILE_TEST
 	select GPIO_GENERIC
 	help
 	  Say yes here to support GPIO on CLPS711X SoCs.
-- 
1.8.3.2


  reply	other threads:[~2013-12-24 14:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-24 14:08 [PATCH 1/2] gpio: clps711x: Use of_match_ptr() Alexander Shiyan
2013-12-24 14:08 ` Alexander Shiyan [this message]
2014-01-07 17:54   ` [PATCH 2/2] gpio: clps711x: Enable driver compilation with COMPILE_TEST Linus Walleij
2014-01-07 17:54 ` [PATCH 1/2] gpio: clps711x: Use of_match_ptr() 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=1387894134-11007-2-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --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).