diff options
| author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 13:38:16 +0200 | 
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 23:39:51 +0100 | 
| commit | 1cb85e803ae9f90d91e97cb3856d84b7dde51e06 (patch) | |
| tree | 0fdabb4d4a85a32fcfdbf08ed684db886e1cb1d7 /arch/sparc/Kconfig | |
| parent | 366376151fcd5b99cd8ee78cca1276c132b27b0a (diff) | |
| download | linux-1cb85e803ae9f90d91e97cb3856d84b7dde51e06.tar.bz2 | |
sparc: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/sparc/Kconfig')
| -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 |