diff options
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index b6a99f7a9b20..893503fa1782 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig | |||
@@ -105,9 +105,10 @@ config PCI_PASID | |||
105 | If unsure, say N. | 105 | If unsure, say N. |
106 | 106 | ||
107 | config PCI_IOAPIC | 107 | config PCI_IOAPIC |
108 | tristate "PCI IO-APIC hotplug support" if X86 | 108 | bool "PCI IO-APIC hotplug support" if X86 |
109 | depends on PCI | 109 | depends on PCI |
110 | depends on ACPI | 110 | depends on ACPI |
111 | depends on X86_IO_APIC | ||
111 | default !X86 | 112 | default !X86 |
112 | 113 | ||
113 | config PCI_LABEL | 114 | config PCI_LABEL |