Commit a66963a9 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller

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: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6680598b
...@@ -188,14 +188,6 @@ config ARCH_MAY_HAVE_PC_FDC ...@@ -188,14 +188,6 @@ config ARCH_MAY_HAVE_PC_FDC
bool bool
default y default y
config ARCH_HAS_ILOG2_U32
bool
default n
config ARCH_HAS_ILOG2_U64
bool
default n
config EMULATED_CMPXCHG config EMULATED_CMPXCHG
bool bool
default y if SPARC32 default y if SPARC32
...@@ -442,26 +434,6 @@ config SERIAL_CONSOLE ...@@ -442,26 +434,6 @@ config SERIAL_CONSOLE
endmenu endmenu
menu "Bus options (PCI etc.)" menu "Bus options (PCI etc.)"
config ISA
bool
help
ISA is found on Espresso only and is not supported currently.
config ISAPNP
bool
help
ISAPNP is not supported
config EISA
bool
help
EISA is not supported.
config MCA
bool
help
MCA is not supported.
config SBUS config SBUS
bool bool
default y default y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment