diff options
author | Dan Williams <dan.j.williams@intel.com> | 2007-04-18 04:46:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-05-02 22:02:37 -0400 |
commit | f282b97021ddc95c6092b9016f667c0963858fb1 (patch) | |
tree | 3a9b6e1a7b1afa732eaf31fd9b8793f245e85422 /arch/sparc64/Kconfig | |
parent | 314e77b3eec57001eaff82b82920150175b74e09 (diff) |
msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)
Allows architectures to advertise that they support MSI rather than listing
each architecture as a PCI_MSI dependency.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 590a41b864b9..be9e10b94ef8 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -306,6 +306,7 @@ config SUN_IO | |||
306 | 306 | ||
307 | config PCI | 307 | config PCI |
308 | bool "PCI support" | 308 | bool "PCI support" |
309 | select ARCH_SUPPORTS_MSI | ||
309 | help | 310 | help |
310 | Find out whether you have a PCI motherboard. PCI is the name of a | 311 | Find out whether you have a PCI motherboard. PCI is the name of a |
311 | bus system, i.e. the way the CPU talks to the other stuff inside | 312 | bus system, i.e. the way the CPU talks to the other stuff inside |