From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?U8O2cmVu?= Brinkmann Subject: Re: [PATCH 2/5] gpio/xilinx: enable for MIPS Date: Wed, 14 Oct 2015 08:18:13 -0700 Message-ID: <20151014151813.GL15287@xsjsorenbubuntu> References: <1444827117-10939-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1444827117-10939-3-git-send-email-Zubair.Kakakhel@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1444827117-10939-3-git-send-email-Zubair.Kakakhel@imgtec.com> Sender: linux-kernel-owner@vger.kernel.org To: Zubair Lutfullah Kakakhel Cc: ralf@linux-mips.org, robh+dt@kernel.org, linus.walleij@linaro.org, linux-mips@linux-mips.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, 2015-10-14 at 01:51PM +0100, Zubair Lutfullah Kakakhel wrote: > MIPSfpga uses the axi gpio controller. Enable the driver for MIPS. >=20 > Signed-off-by: Zubair Lutfullah Kakakhel > --- > drivers/gpio/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index 8949b3f..58e9afd 100644 > --- a/drivers/gpio/Kconfig > +++ b/drivers/gpio/Kconfig > @@ -508,7 +508,7 @@ config GPIO_XGENE_SB > =20 > config GPIO_XILINX > tristate "Xilinx GPIO support" > - depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86) > + depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86 || MIP= S) Hmm, in general, this driver is hopefully generic enough that it doesn'= t have any real architecture dependencies. And I suspect, we want to enable this driver for ARM64 for ZynqMP soon too. Should we probably drop these arch dependencies completely? It seems to become quite a lon= g list. S=C3=B6ren