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/platforms/44x | |
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/platforms/44x')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
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 |