diff options
author | Li Yang <leoli@freescale.com> | 2007-10-19 07:38:45 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 14:57:18 -0500 |
commit | 833e31e7368335b40be344f73b67fe79c61eb63d (patch) | |
tree | 69078da26dda85e3b0b609b1fa7dab930d45b5d9 /arch/powerpc/platforms/83xx/Kconfig | |
parent | f03ca957faa4d51f3a9c52c1ad5ea61a0978c637 (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/Kconfig | 11 |
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 | ||
53 | config MPC837x_MDS | ||
54 | bool "Freescale MPC837x MDS" | ||
55 | select DEFAULT_UIMAGE | ||
56 | help | ||
57 | This option enables support for the MPC837x MDS Processor Board. | ||
53 | endchoice | 58 | endchoice |
54 | 59 | ||
55 | config PPC_MPC831x | 60 | config 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 | |||
84 | config PPC_MPC837x | ||
85 | bool | ||
86 | select PPC_UDBG_16550 | ||
87 | select PPC_INDIRECT_PCI | ||
88 | default y if MPC837x_MDS | ||