diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2007-07-13 06:05:08 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-23 23:30:02 -0400 |
commit | f16dab981aa9d423bdfe096e3422acd33d905c1e (patch) | |
tree | aafb0d944784f4a3dd53058d0d111eaa34b48893 /arch/powerpc/platforms/85xx/Kconfig | |
parent | 2e56ff206b7c6c28b847ccdbe46ad69b3263ac32 (diff) |
[POWERPC] Add basic PCI/PCI Express support for 8544DS board
Add basic support for the PCIe PHB and enable the ULI bridge.
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Roy Zang <tie-fei.zang@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 4661fccdaa5a..99bb74da0760 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -30,6 +30,7 @@ config MPC85xx_MDS | |||
30 | 30 | ||
31 | config MPC8544_DS | 31 | config MPC8544_DS |
32 | bool "Freescale MPC8544 DS" | 32 | bool "Freescale MPC8544 DS" |
33 | select PPC_I8259 | ||
33 | select DEFAULT_UIMAGE | 34 | select DEFAULT_UIMAGE |
34 | help | 35 | help |
35 | This option enables support for the MPC8544 DS board | 36 | This option enables support for the MPC8544 DS board |