diff options
author | Vinh Nguyen Huu Tuong <vhtnguyen@apm.com> | 2012-03-15 01:57:19 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2012-03-17 13:49:34 +0100 |
commit | b6bb23b923048be159265004f4cd6aa272da2409 (patch) | |
tree | dc983afe328b9486ef9d28f72bdf21ddbf434858 /arch/powerpc/platforms/44x | |
parent | MAINTAINERS: Update PowerPC 4xx tree (diff) | |
download | linux-b6bb23b923048be159265004f4cd6aa272da2409.tar.xz linux-b6bb23b923048be159265004f4cd6aa272da2409.zip |
powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone board
This patch extends PCI-E driver to support PCI-E for APM821xx SoC on Bluestone
board.
Signed-off-by: Vinh Nguyen Huu Tuong <vhtnguyen@apm.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index fcf6bf2ceee9..2e4e64abfab4 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -23,6 +23,7 @@ config BLUESTONE default n select PPC44x_SIMPLE select APM821xx + select PPC4xx_PCI_EXPRESS select IBM_EMAC_RGMII help This option enables support for the APM APM821xx Evaluation board. |