diff options
Diffstat (limited to 'drivers/pci/Kconfig')
| -rw-r--r-- | drivers/pci/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f02b5235056d..37856f7c7781 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig | |||
| @@ -98,11 +98,11 @@ config PCI_PASID | |||
| 98 | If unsure, say N. | 98 | If unsure, say N. |
| 99 | 99 | ||
| 100 | config PCI_IOAPIC | 100 | config PCI_IOAPIC |
| 101 | bool | 101 | tristate "PCI IO-APIC hotplug support" if X86 |
| 102 | depends on PCI | 102 | depends on PCI |
| 103 | depends on ACPI | 103 | depends on ACPI |
| 104 | depends on HOTPLUG | 104 | depends on HOTPLUG |
| 105 | default y | 105 | default !X86 |
| 106 | 106 | ||
| 107 | config PCI_LABEL | 107 | config PCI_LABEL |
| 108 | def_bool y if (DMI || ACPI) | 108 | def_bool y if (DMI || ACPI) |
