summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/arch-mpc83xx/gpio.h
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 09:17:24 +0100
committerMario Six <mario.six@gdsys.cc>2019-05-20 13:50:34 +0200
commit4bc97a3b816914d8b37e3d1ecac464e6193fd230 (patch)
treeec82777e82de13bd596d421cb1bd893103bef20e /arch/powerpc/include/asm/arch-mpc83xx/gpio.h
parent748198cb8d32d41bc35e6f492bac9948f339bece (diff)
mpc83xx: Introduce ARCH_MPC830*
Replace CONFIG_MPC830* with proper CONFIG_ARCH_MPC830* Kconfig options. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/powerpc/include/asm/arch-mpc83xx/gpio.h')
-rw-r--r--arch/powerpc/include/asm/arch-mpc83xx/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/arch-mpc83xx/gpio.h b/arch/powerpc/include/asm/arch-mpc83xx/gpio.h
index 57f783ba14..4e5a352ac6 100644
--- a/arch/powerpc/include/asm/arch-mpc83xx/gpio.h
+++ b/arch/powerpc/include/asm/arch-mpc83xx/gpio.h
@@ -6,7 +6,7 @@
/*
* The MCP83xx's 1-2 GPIO controllers each with 32 bits.
*/
-#if defined(CONFIG_MPC8313) || defined(CONFIG_MPC8308) || \
+#if defined(CONFIG_MPC8313) || defined(CONFIG_ARCH_MPC8308) || \
defined(CONFIG_MPC8315)
#define MPC83XX_GPIO_CTRLRS 1
#elif defined(CONFIG_MPC834x) || defined(CONFIG_MPC837x)