diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-07-02 01:36:15 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-07-14 07:55:37 -0500 |
commit | 2f3804edf971d2080243d2b4552bfd61ddfbf969 (patch) | |
tree | 9d83fdd98c22ccd114da19c145b54754258d83a9 /arch/powerpc/platforms/85xx/Kconfig | |
parent | a712b65cd015d9bd05bce01f57a42cd6c73c4aa0 (diff) | |
download | blackbird-op-linux-2f3804edf971d2080243d2b4552bfd61ddfbf969.tar.gz blackbird-op-linux-2f3804edf971d2080243d2b4552bfd61ddfbf969.zip |
powerpc/85xx: Add support for MPC8536DS
Add support for the MPC8536 process and MPC8536DS reference board. The
MPC8536 is an e500v2 based SoC which eTSEC, USB, SATA, PCI, and PCIe.
The USB and SATA IP blocks are similiar to those on the PQ2 Pro SoCs and
thus use the same drivers.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 9cb8e29987a3..cebea5cadbc1 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -38,6 +38,12 @@ config MPC85xx_MDS help This option enables support for the MPC85xx MDS board +config MPC8536_DS + bool "Freescale MPC8536 DS" + select DEFAULT_UIMAGE + help + This option enables support for the MPC8536 DS board + config MPC85xx_DS bool "Freescale MPC85xx DS" select PPC_I8259 |