summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorShaveta Leekha <shaveta@freescale.com>2014-12-03 06:38:13 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:41:50 (GMT)
commitbbd2497697f635f043742c9b17ef205443143c5a (patch)
tree4f7a5a823da833e43a02bf5d031e794df1ac1a0d /drivers/gpio
parent524306fea202a77dc7722a76476c56aeb300424e (diff)
downloadlinux-fsl-qoriq-bbd2497697f635f043742c9b17ef205443143c5a.tar.xz
drivers/gpio/Kconfig: enable GPIO configs for LS1021A SoC
This patch enable configs for GPIOs found on Freescale's LS1021A SOCs It also makes mutual exclusion with ARCH_MXC, since the GPIO controller on LS1020A SOC is different from ARCH_MXC GPIO controllers Signed-off-by: Shaveta Leekha <shaveta@freescale.com> Change-Id: Id5dd8947e2b0f41eb7ea9c3929ce5db8a245b007 Reviewed-on: http://git.am.freescale.net:8181/25120 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Jingchang Lu <jingchang.lu@freescale.com> Reviewed-by: Matthew Weigel <Matthew.Weigel@freescale.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 80a674d..e2ba461 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -163,7 +163,7 @@ 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 || ARCH_LAYERSCAPE
+ FSL_SOC_BOOKE || PPC_86xx || SOC_LS1021A
help
Say Y here if you're going to use hardware that connects to the
MPC512x/831x/834x/837x/8572/8610/LS1021A GPIOs.
@@ -193,7 +193,7 @@ config GPIO_MVEBU
config GPIO_MXC
def_bool y
- depends on ARCH_MXC && !ARCH_LAYERSCAPE
+ depends on ARCH_MXC && !SOC_LS1021A
select GPIO_GENERIC
select GENERIC_IRQ_CHIP