diff options
author | Dan Williams <dan.j.williams@intel.com> | 2007-04-18 18:46:20 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-05-02 19:02:37 -0700 |
commit | f282b97021ddc95c6092b9016f667c0963858fb1 (patch) | |
tree | 3a9b6e1a7b1afa732eaf31fd9b8793f245e85422 /arch/i386/Kconfig | |
parent | 314e77b3eec57001eaff82b82920150175b74e09 (diff) | |
download | blackbird-op-linux-f282b97021ddc95c6092b9016f667c0963858fb1.tar.gz blackbird-op-linux-f282b97021ddc95c6092b9016f667c0963858fb1.zip |
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/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 53d62373a524..bcf2fc408a1a 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -1073,6 +1073,7 @@ config PCI bool "PCI support" if !X86_VISWS depends on !X86_VOYAGER default y if X86_VISWS + select ARCH_SUPPORTS_MSI if (X86_LOCAL_APIC && X86_IO_APIC) help Find out whether you have a PCI motherboard. PCI is the name of a bus system, i.e. the way the CPU talks to the other stuff inside |