aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-12-27 03:56:29 -0500
committerDavid S. Miller <davem@davemloft.net>2008-12-27 03:56:29 -0500
commit5bc053089376217943187ed5153d0d1e5c5085b6 (patch)
treedc44d353f8b432cfcd1c7fda32a71e44f72f2c8a /arch/sparc/Kconfig
parentc4a4a21977573141fd6d53b9cf0879782ae3dda2 (diff)
sparc: move select of ARCH_SUPPORTS_MSI
It is counter intuitive to have the select listed as part of the PCI option. Move the select to the SPARC64 specific part of the config. PCI_MSI has a dependency on PCI so it does not harm to have it always selected. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 8ec81b684cae..0a94d9c9cde1 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -31,6 +31,7 @@ config SPARC32
31config SPARC64 31config SPARC64
32 bool 32 bool
33 default y if ARCH = "sparc64" 33 default y if ARCH = "sparc64"
34 select ARCH_SUPPORTS_MSI
34 select HAVE_FUNCTION_TRACER 35 select HAVE_FUNCTION_TRACER
35 select HAVE_KRETPROBES 36 select HAVE_KRETPROBES
36 select HAVE_KPROBES 37 select HAVE_KPROBES
@@ -478,7 +479,6 @@ config SUN_LDOMS
478 479
479config PCI 480config PCI
480 bool "Support for PCI and PS/2 keyboard/mouse" 481 bool "Support for PCI and PS/2 keyboard/mouse"
481 select ARCH_SUPPORTS_MSI if SPARC64
482 help 482 help
483 Find out whether your system includes a PCI bus. PCI is the name of 483 Find out whether your system includes a PCI bus. PCI is the name of
484 a bus system, i.e. the way the CPU talks to the other stuff inside 484 a bus system, i.e. the way the CPU talks to the other stuff inside