[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1347639843-32119-3-git-send-email-dciminaghi@mail.gnudd.com>
Date: Fri, 14 Sep 2012 18:23:57 +0200
From: Davide Ciminaghi <dciminaghi@...l.gnudd.com>
To: linux@....linux.org.uk, tglx@...utronix.de, mingo@...hat.com,
hpa@...or.com, djbw@...com, vinod.koul@...el.com,
grant.likely@...retlab.ca, linus.walleij@...aro.org,
rubini@...dd.com, wim@...ana.be, cjb@...top.org,
davidb@...eaurora.org, nico@...xnic.net,
gregkh@...uxfoundation.org, ben-linux@...ff.org,
viresh.linux@...il.com, rajeev-dlh.kumar@...com
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
giancarlo.asnaghi@...com
Subject: [PATCH 2/8] gpio: pl061 depends on ARM
From: Alessandro Rubini <rubini@...dd.com>
Patch dece904d itroduced chained_irq_enter/exit, which is only
available for arch/arm and the driver won't compile elsewhere.
The dependency is thus made explicit, because AMBA is used in the x86
world by a PCI-to-AMBA bridge, to be submitted.
Signed-off-by: Alessandro Rubini <rubini@...dd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@...com>
---
drivers/gpio/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 95778f1..090abd6 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -164,7 +164,7 @@ config GPIO_MXS
config GPIO_PL061
bool "PrimeCell PL061 GPIO support"
- depends on ARM_AMBA
+ depends on ARM && ARM_AMBA
select GENERIC_IRQ_CHIP
help
Say yes here to support the PrimeCell PL061 GPIO device
--
1.7.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists