aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2009-01-02 21:14:04 -0500
committerDavid S. Miller <davem@davemloft.net>2009-01-02 21:14:04 -0500
commita66963a966881238d2738185e6f1adae1447f830 (patch)
tree376c1cce4676bc701eeb084a8376caf20e452524 /arch
parent6680598b44ed3c0052d155522eb21fc5a00de5f3 (diff)
sparc: delete unused config symbols
There is no need to define a config symbol if it is never set to any value. Undefined symbols equal to 'n'. GENERIC_GPIO looks like it is similar but it is set using select in some other file so it must be kept. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc/Kconfig28
1 files changed, 0 insertions, 28 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 0a94d9c9cde1..002f7b4e6ba2 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -188,14 +188,6 @@ config ARCH_MAY_HAVE_PC_FDC
188 bool 188 bool
189 default y 189 default y
190 190
191config ARCH_HAS_ILOG2_U32
192 bool
193 default n
194
195config ARCH_HAS_ILOG2_U64
196 bool
197 default n
198
199config EMULATED_CMPXCHG 191config EMULATED_CMPXCHG
200 bool 192 bool
201 default y if SPARC32 193 default y if SPARC32
@@ -442,26 +434,6 @@ config SERIAL_CONSOLE
442endmenu 434endmenu
443 435
444menu "Bus options (PCI etc.)" 436menu "Bus options (PCI etc.)"
445config ISA
446 bool
447 help
448 ISA is found on Espresso only and is not supported currently.
449
450config ISAPNP
451 bool
452 help
453 ISAPNP is not supported
454
455config EISA
456 bool
457 help
458 EISA is not supported.
459
460config MCA
461 bool
462 help
463 MCA is not supported.
464
465config SBUS 437config SBUS
466 bool 438 bool
467 default y 439 default y