diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-03 01:24:12 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-04 09:02:09 -0400 |
commit | 194ff1c3871307038f832b72a57e9ad13ff393ee (patch) | |
tree | c82116cb051ecd1a210ed9f1671c2dec844f9e7e /arch/powerpc/platforms/40x/Kconfig | |
parent | 7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d (diff) |
powerpc/40x: Convert AMCC Makalu board to ppc40x_simple
This cleans up the makalu board port to use the ppc40x_simple platform
support.
Tested-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/40x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index f39c953d5353..1b725c6eaa35 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -56,6 +56,7 @@ config MAKALU | |||
56 | select 405EX | 56 | select 405EX |
57 | select PCI | 57 | select PCI |
58 | select PPC4xx_PCI_EXPRESS | 58 | select PPC4xx_PCI_EXPRESS |
59 | select PPC40x_SIMPLE | ||
59 | help | 60 | help |
60 | This option enables support for the AMCC PPC405EX board. | 61 | This option enables support for the AMCC PPC405EX board. |
61 | 62 | ||