summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorShaveta Leekha <shaveta@freescale.com>2014-10-14 11:15:09 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:38:17 (GMT)
commitc9f4319fe2bb2cdf3b4d048c00b32e239c49a938 (patch)
tree063a65bbb71b274b2758685177f0ba0f99b5ee67 /drivers/gpio
parente517783e179a2bbdf57651eb31c481b2ee9cc48f (diff)
downloadlinux-fsl-qoriq-c9f4319fe2bb2cdf3b4d048c00b32e239c49a938.tar.xz
gpio: add GPIO support for layerscape architectures
This patch adds support for GPIOs found on Freescale's Layerscape architectures It also makes mutual exclusion with ARCH_MXC, since the GPIO controller on LayerArch is different than MXC Signed-off-by: Shaveta Leekha <shaveta@freescale.com> Change-Id: I5601038b2fbca3e7eb7f5226d02db4a2a7098bf8 Reviewed-on: http://git.am.freescale.net:8181/21799 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Zhengxiong Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index b6ed304..80a674d 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -163,10 +163,10 @@ config GPIO_MPC5200
config GPIO_MPC8XXX
bool "MPC512x/MPC8xxx GPIO support"
depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
- FSL_SOC_BOOKE || PPC_86xx
+ FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE
help
Say Y here if you're going to use hardware that connects to the
- MPC512x/831x/834x/837x/8572/8610 GPIOs.
+ MPC512x/831x/834x/837x/8572/8610/LS1021A GPIOs.
config GPIO_MSM_V1
tristate "Qualcomm MSM GPIO v1"
@@ -193,7 +193,7 @@ config GPIO_MVEBU
config GPIO_MXC
def_bool y
- depends on ARCH_MXC
+ depends on ARCH_MXC && !ARCH_LAYERSCAPE
select GPIO_GENERIC
select GENERIC_IRQ_CHIP