diff options
author | Niklaus Giger <niklaus.giger@member.fsf.org> | 2008-10-01 15:23:23 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-10-17 13:28:05 -0400 |
commit | 9fa126da4a9addec77db4663933ed592188a0741 (patch) | |
tree | cdcc1948bd078249447d608a7c348c6cda44491b /arch/powerpc/platforms/40x/Kconfig | |
parent | 4cbfc467cc08976e74a6f203c404e728d4dbd902 (diff) |
powerpc/40x: Add support for Netstal HCU4 board
Adds support for a HCU4 PPC405GPr based board from Netstal Maschinen AG.
Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 72ba3a7289fe..9bd152553050 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -32,6 +32,14 @@ config EP405 | |||
32 | help | 32 | help |
33 | This option enables support for the EP405/EP405PC boards. | 33 | This option enables support for the EP405/EP405PC boards. |
34 | 34 | ||
35 | config HCU4 | ||
36 | bool "Hcu4" | ||
37 | depends on 40x | ||
38 | default y | ||
39 | select 405GPR | ||
40 | help | ||
41 | This option enables support for the Nestal Maschinen HCU4 board. | ||
42 | |||
35 | config KILAUEA | 43 | config KILAUEA |
36 | bool "Kilauea" | 44 | bool "Kilauea" |
37 | depends on 40x | 45 | depends on 40x |