diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-21 05:39:25 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 20:12:52 +0100 |
commit | 69c0785112921a43739495a68f459fde88a9bbd8 (patch) | |
tree | 2bda32295daafdf9440ac89bea0e9adff1cfe56c /arch/powerpc/platforms/44x | |
parent | [POWERPC] 4xx: PLB to PCI Express support (diff) | |
download | linux-69c0785112921a43739495a68f459fde88a9bbd8.tar.xz linux-69c0785112921a43739495a68f459fde88a9bbd8.zip |
[POWERPC] 4xx: PCI support for Ebony board
This wires up the 4xx PCI support & device tree bits for
440GP based Ebony platform.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.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 905d83621453..f65fa10ef427 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -11,6 +11,7 @@ config EBONY depends on 44x default y select 440GP + select PCI help This option enables support for the IBM PPC440GP evaluation board. |