diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-03 05:24:12 +0000 |
---|---|---|
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) | |
download | blackbird-op-linux-194ff1c3871307038f832b72a57e9ad13ff393ee.tar.gz blackbird-op-linux-194ff1c3871307038f832b72a57e9ad13ff393ee.zip |
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 select 405EX select PCI select PPC4xx_PCI_EXPRESS + select PPC40x_SIMPLE help This option enables support for the AMCC PPC405EX board. |