From: Soren Brinkmann <soren.brinkmann@xilinx.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Alexandre Courbot <gnurou@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>,
Moritz Fischer <moritz.fischer@ettus.com>,
Lars-Peter Clausen <lars@metafoo.de>,
Soren Brinkmann <soren.brinkmann@xilinx.com>
Subject: [PATCH v2] gpio: xilinx: Drop architecture dependencies
Date: Thu, 22 Oct 2015 21:51:18 -0700 [thread overview]
Message-ID: <1445575878-31215-1-git-send-email-soren.brinkmann@xilinx.com> (raw)
In-Reply-To: <1445276534-6948-1-git-send-email-soren.brinkmann@xilinx.com>
The driver does not have any real architecture dependencies. To avoid
listing each architecture that might use this driver on some
FPGA-enabled platform, drop these dependencies.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Acked-by: Moritz Fischer <moritz.fischer@ettus.com>
---
v2:
- rebased
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 597b8d4ab74f..45dfeef6018f 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -506,7 +506,7 @@ config GPIO_XGENE_SB
config GPIO_XILINX
tristate "Xilinx GPIO support"
- depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86 || MIPS)
+ depends on OF_GPIO
help
Say yes here to support the Xilinx FPGA GPIO device
--
2.6.2.3.ga463a5b
next prev parent reply other threads:[~2015-10-23 4:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 17:42 [PATCH] gpio: xilinx: Drop architecture dependencies Soren Brinkmann
2015-10-19 17:52 ` Moritz Fischer
2015-10-23 4:51 ` Soren Brinkmann [this message]
2015-10-27 15:47 ` [PATCH v2] " 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=1445575878-31215-1-git-send-email-soren.brinkmann@xilinx.com \
--to=soren.brinkmann@xilinx.com \
--cc=Zubair.Kakakhel@imgtec.com \
--cc=gnurou@gmail.com \
--cc=lars@metafoo.de \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=moritz.fischer@ettus.com \
/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).