aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
authorLi Yang <leoli@freescale.com>2007-10-19 07:38:45 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-12-11 14:57:18 -0500
commit833e31e7368335b40be344f73b67fe79c61eb63d (patch)
tree69078da26dda85e3b0b609b1fa7dab930d45b5d9 /arch/powerpc/platforms/83xx/Kconfig
parentf03ca957faa4d51f3a9c52c1ad5ea61a0978c637 (diff)
[POWERPC] 83xx: Add platform support for MPC837x MDS board
The MPC837x MDS is a new member of Freescale MDS reference system. Signed-off-by: Li Yang <leoli@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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index ec305f18abd8..2430ac840493 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -50,6 +50,11 @@ config MPC836x_MDS
50 help 50 help
51 This option enables support for the MPC836x MDS Processor Board. 51 This option enables support for the MPC836x MDS Processor Board.
52 52
53config MPC837x_MDS
54 bool "Freescale MPC837x MDS"
55 select DEFAULT_UIMAGE
56 help
57 This option enables support for the MPC837x MDS Processor Board.
53endchoice 58endchoice
54 59
55config PPC_MPC831x 60config PPC_MPC831x
@@ -75,3 +80,9 @@ config PPC_MPC836x
75 select PPC_UDBG_16550 80 select PPC_UDBG_16550
76 select PPC_INDIRECT_PCI 81 select PPC_INDIRECT_PCI
77 default y if MPC836x_MDS 82 default y if MPC836x_MDS
83
84config PPC_MPC837x
85 bool
86 select PPC_UDBG_16550
87 select PPC_INDIRECT_PCI
88 default y if MPC837x_MDS