diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 11:38:16 (GMT) |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 22:39:51 (GMT) |
commit | 1cb85e803ae9f90d91e97cb3856d84b7dde51e06 (patch) | |
tree | 0fdabb4d4a85a32fcfdbf08ed684db886e1cb1d7 /arch/sparc | |
parent | 366376151fcd5b99cd8ee78cca1276c132b27b0a (diff) | |
download | linux-1cb85e803ae9f90d91e97cb3856d84b7dde51e06.tar.xz |
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')
-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 42c67be..29ead34 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 |