aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/40x
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-10-23 11:25:59 -0400
committerJiri Kosina <jkosina@suse.cz>2011-10-29 15:32:55 -0400
commitff5f483f30918759e78371a8deb498c46fdae051 (patch)
tree62414a8eacddabc88d5639a6defd64a801185c98 /arch/powerpc/platforms/40x
parentd593b5413d13be31782385bf5b27af3b3bad59eb (diff)
powerpc: 4xx: remove commented out Kconfig entries
These Kconfig entries have been commented out ever since commit f6557331 ("[...] Re-organize Kconfig code for 4xx in arch/powerpc"). There's no indication why they're commented out. It looks like they're just "old, unused [...] config options" that were not removed, as other entries were in that commit, but only commented out. They might as well be removed now. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/powerpc/platforms/40x')
-rw-r--r--arch/powerpc/platforms/40x/Kconfig38
1 files changed, 0 insertions, 38 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
index d733d7ca939c..e568e85813ae 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
@@ -73,14 +57,6 @@ config MAKALU
73 help 57 help
74 This option enables support for the AMCC PPC405EX board. 58 This option enables support for the AMCC PPC405EX board.
75 59
76#config SYCAMORE
77# bool "Sycamore"
78# depends on 40x
79# default n
80# select 405GPR
81# help
82# This option enables support for the IBM PPC405GPr evaluation board.
83
84config WALNUT 60config WALNUT
85 bool "Walnut" 61 bool "Walnut"
86 depends on 40x 62 depends on 40x
@@ -185,17 +161,3 @@ config IBM405_ERR77
185# All 40x-based cores, up until the 405GPR and 405EP have this errata. 161# All 40x-based cores, up until the 405GPR and 405EP have this errata.
186config IBM405_ERR51 162config IBM405_ERR51
187 bool 163 bool
188
189#config BIOS_FIXUP
190# bool
191# depends on BUBINGA || EP405 || SYCAMORE || WALNUT
192# default y
193
194#config PPC4xx_DMA
195# bool "PPC4xx DMA controller support"
196# depends on 4xx
197
198#config PPC4xx_EDMA
199# bool
200# depends on !STB03xxx && PPC4xx_DMA
201# default y