diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 3cfb0a3575e6..5ea5bc70cb82 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig | |||
@@ -4,7 +4,7 @@ | |||
4 | config PCI_MSI | 4 | config PCI_MSI |
5 | bool "Message Signaled Interrupts (MSI and MSI-X)" | 5 | bool "Message Signaled Interrupts (MSI and MSI-X)" |
6 | depends on PCI | 6 | depends on PCI |
7 | depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64 | 7 | depends on (X86_LOCAL_APIC && X86_IO_APIC) || IA64 || SPARC64 |
8 | help | 8 | help |
9 | This allows device drivers to enable MSI (Message Signaled | 9 | This allows device drivers to enable MSI (Message Signaled |
10 | Interrupts). Message Signaled Interrupts enable a device to | 10 | Interrupts). Message Signaled Interrupts enable a device to |