Skip to content

Commit

Permalink
sparc: delete unused config symbols
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jan 3, 2009
1 parent 6680598 commit a66963a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,6 @@ config ARCH_MAY_HAVE_PC_FDC
bool
default y

config ARCH_HAS_ILOG2_U32
bool
default n

config ARCH_HAS_ILOG2_U64
bool
default n

config EMULATED_CMPXCHG
bool
default y if SPARC32
Expand Down Expand Up @@ -442,26 +434,6 @@ config SERIAL_CONSOLE
endmenu

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
bool
default y
Expand Down

0 comments on commit a66963a

Please sign in to comment.