aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-01-24 20:45:51 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 08:32:59 -0600
commit519fd80da9e3020d9fd21fa5c496e499156cd9d6 (patch)
tree2637f696e099160cccf5bc281be06d2ea1139923 /arch/powerpc/platforms/83xx/Kconfig
parentf3a2b29d932fbf92e133d814c4873fd15be51abc (diff)
downloadlinux-519fd80da9e3020d9fd21fa5c496e499156cd9d6.tar.gz
[POWERPC] 83xx: fold the mpc8313 platform into the mpc831x platform
prepare for adding support for the mpc8315 rdb, since they are identical wrt platform code. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/83xx/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index 782bff0c32296..10a665f7774c8 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -3,8 +3,8 @@ choice
depends on PPC_83xx
default MPC834x_MDS
-config MPC8313_RDB
- bool "Freescale MPC8313 RDB"
+config MPC831x_RDB
+ bool "Freescale MPC831x RDB"
select DEFAULT_UIMAGE
help
This option enables support for the MPC8313 RDB board.
@@ -68,7 +68,7 @@ config PPC_MPC831x
bool
select PPC_UDBG_16550
select PPC_INDIRECT_PCI
- default y if MPC8313_RDB
+ default y if MPC831x_RDB
config PPC_MPC832x
bool