diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-23 11:25:59 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-29 15:32:55 -0400 |
commit | ff5f483f30918759e78371a8deb498c46fdae051 (patch) | |
tree | 62414a8eacddabc88d5639a6defd64a801185c98 /arch/powerpc | |
parent | d593b5413d13be31782385bf5b27af3b3bad59eb (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')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 38 | ||||
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 16 |
2 files changed, 0 insertions, 54 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 | |||
17 | config ACADIA | 1 | config 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 | |||
84 | config WALNUT | 60 | config 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. |
186 | config IBM405_ERR51 | 162 | config 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 | ||
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index e958b6f48ec2..595e28a241bb 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -197,22 +197,6 @@ config ICON | |||
197 | help | 197 | help |
198 | This option enables support for the AMCC PPC440SPe evaluation board. | 198 | This option enables support for the AMCC PPC440SPe evaluation board. |
199 | 199 | ||
200 | #config LUAN | ||
201 | # bool "Luan" | ||
202 | # depends on 44x | ||
203 | # default n | ||
204 | # select 440SP | ||
205 | # help | ||
206 | # This option enables support for the IBM PPC440SP evaluation board. | ||
207 | |||
208 | #config OCOTEA | ||
209 | # bool "Ocotea" | ||
210 | # depends on 44x | ||
211 | # default n | ||
212 | # select 440GX | ||
213 | # help | ||
214 | # This option enables support for the IBM PPC440GX evaluation board. | ||
215 | |||
216 | config XILINX_VIRTEX440_GENERIC_BOARD | 200 | config XILINX_VIRTEX440_GENERIC_BOARD |
217 | bool "Generic Xilinx Virtex 5 FXT board support" | 201 | bool "Generic Xilinx Virtex 5 FXT board support" |
218 | depends on 44x | 202 | depends on 44x |