aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-01-24 21:45:51 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 09:32:59 -0500
commit519fd80da9e3020d9fd21fa5c496e499156cd9d6 (patch)
tree2637f696e099160cccf5bc281be06d2ea1139923 /arch/powerpc/platforms/83xx/Kconfig
parentf3a2b29d932fbf92e133d814c4873fd15be51abc (diff)
[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 782bff0c3229..10a665f7774c 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -3,8 +3,8 @@ choice
3 depends on PPC_83xx 3 depends on PPC_83xx
4 default MPC834x_MDS 4 default MPC834x_MDS
5 5
6config MPC8313_RDB 6config MPC831x_RDB
7 bool "Freescale MPC8313 RDB" 7 bool "Freescale MPC831x RDB"
8 select DEFAULT_UIMAGE 8 select DEFAULT_UIMAGE
9 help 9 help
10 This option enables support for the MPC8313 RDB board. 10 This option enables support for the MPC8313 RDB board.
@@ -68,7 +68,7 @@ config PPC_MPC831x
68 bool 68 bool
69 select PPC_UDBG_16550 69 select PPC_UDBG_16550
70 select PPC_INDIRECT_PCI 70 select PPC_INDIRECT_PCI
71 default y if MPC8313_RDB 71 default y if MPC831x_RDB
72 72
73config PPC_MPC832x 73config PPC_MPC832x
74 bool 74 bool