diff options
author | Stefan Roese <sr@denx.de> | 2007-10-11 08:08:21 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-11 16:01:50 -0400 |
commit | 37b31f9a1192120edbe1e8b7ff691dfde96673da (patch) | |
tree | 0fd572760f34cf084e094d247ccfa2d5d3c5b707 /arch/powerpc/platforms/40x/Kconfig | |
parent | 5d8476c8fab2a51475983af26e220ee84a3964f8 (diff) |
[POWERPC] 4xx: Add AMCC Kilauea eval board support to platforms/40x
This patch adds basic support for the new 405EX and the AMCC eval board
Kilauea 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index a0a50b16b8a9..47b3b0a3864a 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -29,6 +29,13 @@ | |||
29 | # help | 29 | # help |
30 | # This option enables support for the extra features of the EP405PC board. | 30 | # This option enables support for the extra features of the EP405PC board. |
31 | 31 | ||
32 | config KILAUEA | ||
33 | bool "Kilauea" | ||
34 | depends on 40x | ||
35 | default n | ||
36 | help | ||
37 | This option enables support for the AMCC PPC405EX evaluation board. | ||
38 | |||
32 | #config REDWOOD_5 | 39 | #config REDWOOD_5 |
33 | # bool "Redwood-5" | 40 | # bool "Redwood-5" |
34 | # depends on 40x | 41 | # depends on 40x |