From bbd2497697f635f043742c9b17ef205443143c5a Mon Sep 17 00:00:00 2001 From: Shaveta Leekha Date: Wed, 3 Dec 2014 12:08:13 +0530 Subject: 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 Change-Id: Id5dd8947e2b0f41eb7ea9c3929ce5db8a245b007 Reviewed-on: http://git.am.freescale.net:8181/25120 Tested-by: Review Code-CDREVIEW Reviewed-by: Jingchang Lu Reviewed-by: Matthew Weigel 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 -- cgit v0.10.2