summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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