]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/pci/Kconfig
pci, x86/io-apic: Allow PCI_IOAPIC to be user configurable on x86
[karo-tx-linux.git] / drivers / pci / Kconfig
index f02b5235056d938ac2713c4534ff0bd3d89d7c8f..37856f7c778185488125874d2af802ffba5c32e1 100644 (file)
@@ -98,11 +98,11 @@ config PCI_PASID
          If unsure, say N.
 
 config PCI_IOAPIC
-       bool
+       tristate "PCI IO-APIC hotplug support" if X86
        depends on PCI
        depends on ACPI
        depends on HOTPLUG
-       default y
+       default !X86
 
 config PCI_LABEL
        def_bool y if (DMI || ACPI)