Loading drivers/pci/Kconfig +3 −1 Original line number Diff line number Diff line Loading @@ -88,4 +88,6 @@ config PCI_IOAPIC depends on HOTPLUG default y select NLS if (DMI || ACPI) config PCI_LABEL def_bool y if (DMI || ACPI) select NLS drivers/pci/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -56,10 +56,10 @@ obj-$(CONFIG_TILE) += setup-bus.o setup-irq.o # ACPI Related PCI FW Functions # ACPI _DSM provided firmware instance and string name # obj-$(CONFIG_ACPI) += pci-acpi.o pci-label.o obj-$(CONFIG_ACPI) += pci-acpi.o # SMBIOS provided firmware instance and labels obj-$(CONFIG_DMI) += pci-label.o obj-$(CONFIG_PCI_LABEL) += pci-label.o # Cardbus & CompactPCI use setup-bus obj-$(CONFIG_HOTPLUG) += setup-bus.o Loading Loading
drivers/pci/Kconfig +3 −1 Original line number Diff line number Diff line Loading @@ -88,4 +88,6 @@ config PCI_IOAPIC depends on HOTPLUG default y select NLS if (DMI || ACPI) config PCI_LABEL def_bool y if (DMI || ACPI) select NLS
drivers/pci/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -56,10 +56,10 @@ obj-$(CONFIG_TILE) += setup-bus.o setup-irq.o # ACPI Related PCI FW Functions # ACPI _DSM provided firmware instance and string name # obj-$(CONFIG_ACPI) += pci-acpi.o pci-label.o obj-$(CONFIG_ACPI) += pci-acpi.o # SMBIOS provided firmware instance and labels obj-$(CONFIG_DMI) += pci-label.o obj-$(CONFIG_PCI_LABEL) += pci-label.o # Cardbus & CompactPCI use setup-bus obj-$(CONFIG_HOTPLUG) += setup-bus.o Loading