aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/40x/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/40x/Kconfig')
-rw-r--r--arch/powerpc/platforms/40x/Kconfig55
1 files changed, 18 insertions, 37 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
index 153022971daa..a392d12dd21f 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -1,19 +1,3 @@
1#config BUBINGA
2# bool "Bubinga"
3# depends on 40x
4# default n
5# select 405EP
6# help
7# This option enables support for the IBM 405EP evaluation board.
8
9#config CPCI405
10# bool "CPCI405"
11# depends on 40x
12# default n
13# select 405GP
14# help
15# This option enables support for the CPCI405 board.
16
17config ACADIA 1config ACADIA
18 bool "Acadia" 2 bool "Acadia"
19 depends on 40x 3 depends on 40x
@@ -65,14 +49,6 @@ config MAKALU
65 help 49 help
66 This option enables support for the AMCC PPC405EX board. 50 This option enables support for the AMCC PPC405EX board.
67 51
68#config SYCAMORE
69# bool "Sycamore"
70# depends on 40x
71# default n
72# select 405GPR
73# help
74# This option enables support for the IBM PPC405GPr evaluation board.
75
76config WALNUT 52config WALNUT
77 bool "Walnut" 53 bool "Walnut"
78 depends on 40x 54 depends on 40x
@@ -100,6 +76,16 @@ config XILINX_VIRTEX_GENERIC_BOARD
100 Most Virtex designs should use this unless it needs to do some 76 Most Virtex designs should use this unless it needs to do some
101 special configuration at board probe time. 77 special configuration at board probe time.
102 78
79config OBS600
80 bool "OpenBlockS 600"
81 depends on 40x
82 default n
83 select 405EX
84 select PPC40x_SIMPLE
85 help
86 This option enables support for PlatHome OpenBlockS 600 server
87
88
103config PPC40x_SIMPLE 89config PPC40x_SIMPLE
104 bool "Simple PowerPC 40x board support" 90 bool "Simple PowerPC 40x board support"
105 depends on 40x 91 depends on 40x
@@ -173,16 +159,11 @@ config IBM405_ERR77
173config IBM405_ERR51 159config IBM405_ERR51
174 bool 160 bool
175 161
176#config BIOS_FIXUP 162config APM8018X
177# bool 163 bool "APM8018X"
178# depends on BUBINGA || EP405 || SYCAMORE || WALNUT 164 depends on 40x
179# default y 165 default n
180 166 select PPC40x_SIMPLE
181#config PPC4xx_DMA 167 help
182# bool "PPC4xx DMA controller support" 168 This option enables support for the AppliedMicro APM8018X evaluation
183# depends on 4xx 169 board.
184
185#config PPC4xx_EDMA
186# bool
187# depends on !STB03xxx && PPC4xx_DMA
188# default y