diff options
author | 2011-10-24 13:38:16 +0200 | |
---|---|---|
committer | 2011-10-31 23:39:51 +0100 | |
commit | 1cb85e803ae9f90d91e97cb3856d84b7dde51e06 (patch) | |
tree | 0fdabb4d4a85a32fcfdbf08ed684db886e1cb1d7 | |
parent | alpha: drop unused Kconfig symbol (diff) | |
download | wireguard-linux-1cb85e803ae9f90d91e97cb3856d84b7dde51e06.tar.xz wireguard-linux-1cb85e803ae9f90d91e97cb3856d84b7dde51e06.zip |
sparc: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r-- | arch/sparc/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 42c67beadcae..29ead342a4a8 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -559,12 +559,7 @@ config SUN_OPENPROMFS Only choose N if you know in advance that you will not need to modify OpenPROM settings on the running system. -# Makefile helpers -config SPARC32_PCI - bool - default y - depends on SPARC32 && PCI - +# Makefile helper config SPARC64_PCI bool default y |