diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-03-20 12:19:10 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-03-29 20:39:27 -0400 |
commit | d93daf848161043c06b665bbbd4bc22ef0247065 (patch) | |
tree | 4559423a6fba0cac3dcf875239428a4a3320497f /arch/powerpc/platforms/85xx/Kconfig | |
parent | 23308c54d559a210019a576c5741cfb762af69d6 (diff) |
[POWERPC] 85xx: Add initial MPC8544 DS platform files.
This patch provides the basic MPC8544 DS platform code and config.
Follow-up patches will add peripherals such as PCI and SATA.
Signed-off-by: Xianghua Xiao <x.xiao@freescale.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
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 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index eb661ccf2dab..124e2c595972 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -30,6 +30,12 @@ config MPC85xx_MDS | |||
30 | help | 30 | help |
31 | This option enables support for the MPC85xx MDS board | 31 | This option enables support for the MPC85xx MDS board |
32 | 32 | ||
33 | config MPC8544_DS | ||
34 | bool "Freescale MPC8544 DS" | ||
35 | select DEFAULT_UIMAGE | ||
36 | help | ||
37 | This option enables support for the MPC8544 DS board | ||
38 | |||
33 | endchoice | 39 | endchoice |
34 | 40 | ||
35 | config MPC8540 | 41 | config MPC8540 |
@@ -47,7 +53,8 @@ config MPC85xx | |||
47 | bool | 53 | bool |
48 | select PPC_UDBG_16550 | 54 | select PPC_UDBG_16550 |
49 | select PPC_INDIRECT_PCI | 55 | select PPC_INDIRECT_PCI |
50 | default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS || MPC85xx_MDS | 56 | default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ |
57 | || MPC85xx_MDS || MPC8544_DS | ||
51 | 58 | ||
52 | config PPC_INDIRECT_PCI_BE | 59 | config PPC_INDIRECT_PCI_BE |
53 | bool | 60 | bool |