diff options
Diffstat (limited to 'arch/powerpc/platforms/40x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 153022971daa..baae85584b1c 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 |
@@ -186,3 +196,14 @@ config IBM405_ERR51 | |||
186 | # bool | 196 | # bool |
187 | # depends on !STB03xxx && PPC4xx_DMA | 197 | # depends on !STB03xxx && PPC4xx_DMA |
188 | # default y | 198 | # default y |
199 | # | ||
200 | |||
201 | config APM8018X | ||
202 | bool "APM8018X" | ||
203 | depends on 40x | ||
204 | default n | ||
205 | select PPC40x_SIMPLE | ||
206 | help | ||
207 | This option enables support for the AppliedMicro APM8018X evaluation | ||
208 | board. | ||
209 | |||