diff options
Diffstat (limited to 'arch/powerpc/platforms/40x')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 10 | ||||
-rw-r--r-- | arch/powerpc/platforms/40x/ppc40x_simple.c | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 153022971daa..bac24a09131b 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -100,6 +100,16 @@ config XILINX_VIRTEX_GENERIC_BOARD | |||
100 | Most Virtex designs should use this unless it needs to do some | 100 | Most Virtex designs should use this unless it needs to do some |
101 | special configuration at board probe time. | 101 | special configuration at board probe time. |
102 | 102 | ||
103 | config OBS600 | ||
104 | bool "OpenBlockS 600" | ||
105 | depends on 40x | ||
106 | default n | ||
107 | select 405EX | ||
108 | select PPC40x_SIMPLE | ||
109 | help | ||
110 | This option enables support for PlatHome OpenBlockS 600 server | ||
111 | |||
112 | |||
103 | config PPC40x_SIMPLE | 113 | config PPC40x_SIMPLE |
104 | bool "Simple PowerPC 40x board support" | 114 | bool "Simple PowerPC 40x board support" |
105 | depends on 40x | 115 | depends on 40x |
diff --git a/arch/powerpc/platforms/40x/ppc40x_simple.c b/arch/powerpc/platforms/40x/ppc40x_simple.c index e8dd5c5df7d9..ecac237827ef 100644 --- a/arch/powerpc/platforms/40x/ppc40x_simple.c +++ b/arch/powerpc/platforms/40x/ppc40x_simple.c | |||
@@ -55,7 +55,8 @@ static const char *board[] __initdata = { | |||
55 | "amcc,haleakala", | 55 | "amcc,haleakala", |
56 | "amcc,kilauea", | 56 | "amcc,kilauea", |
57 | "amcc,makalu", | 57 | "amcc,makalu", |
58 | "est,hotfoot" | 58 | "est,hotfoot", |
59 | "plathome,obs600" | ||
59 | }; | 60 | }; |
60 | 61 | ||
61 | static int __init ppc40x_probe(void) | 62 | static int __init ppc40x_probe(void) |