diff options
author | Li Yang <leoli@freescale.com> | 2007-10-19 13:38:45 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 20:57:18 +0100 |
commit | 833e31e7368335b40be344f73b67fe79c61eb63d (patch) | |
tree | 69078da26dda85e3b0b609b1fa7dab930d45b5d9 /arch/powerpc/platforms/83xx/Kconfig | |
parent | [POWERPC] ipic: add new interrupts introduced by new chip (diff) | |
download | linux-833e31e7368335b40be344f73b67fe79c61eb63d.tar.xz linux-833e31e7368335b40be344f73b67fe79c61eb63d.zip |
[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 help This option enables support for the MPC836x MDS Processor Board. +config MPC837x_MDS + bool "Freescale MPC837x MDS" + select DEFAULT_UIMAGE + help + This option enables support for the MPC837x MDS Processor Board. endchoice config PPC_MPC831x @@ -75,3 +80,9 @@ config PPC_MPC836x select PPC_UDBG_16550 select PPC_INDIRECT_PCI default y if MPC836x_MDS + +config PPC_MPC837x + bool + select PPC_UDBG_16550 + select PPC_INDIRECT_PCI + default y if MPC837x_MDS |