aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
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