diff options
author | Stefan Roese <sr@denx.de> | 2007-12-21 02:10:36 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:36:54 -0500 |
commit | be1e0e98cc6dc34db9e45109fbe96b89c86eafea (patch) | |
tree | ea01e22e295c1c53802458328d5917b762e0a286 /arch/powerpc/platforms/40x/Kconfig | |
parent | dc88416b098a1e0bde82dc4e00ed95109681ab5c (diff) |
[POWERPC] 4xx: Add AMCC Makalu board support to platforms/40x
This patch adds basic support for the AMCC Makalu board to arch/powerpc.
Signed-off-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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 3048bd798b2a..74f31177e47a 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -32,6 +32,16 @@ config KILAUEA | |||
32 | help | 32 | help |
33 | This option enables support for the AMCC PPC405EX evaluation board. | 33 | This option enables support for the AMCC PPC405EX evaluation board. |
34 | 34 | ||
35 | config MAKALU | ||
36 | bool "Makalu" | ||
37 | depends on 40x | ||
38 | default n | ||
39 | select 405EX | ||
40 | select PCI | ||
41 | select PPC4xx_PCI_EXPRESS | ||
42 | help | ||
43 | This option enables support for the AMCC PPC405EX board. | ||
44 | |||
35 | #config REDWOOD_5 | 45 | #config REDWOOD_5 |
36 | # bool "Redwood-5" | 46 | # bool "Redwood-5" |
37 | # depends on 40x | 47 | # depends on 40x |