From bc73d3f0e83db323ff2824586d207f252776c642 Mon Sep 17 00:00:00 2001 From: Tero Roponen Date: Mon, 21 Mar 2016 09:26:41 +0200 Subject: [PATCH] PCI: Restore inclusion of pci/hotplug Kconfig Commit 84b22aa06447 ("PCI: Include pci/hotplug Kconfig directly from pci/Kconfig") added one line to pci/Kconfig. However, for some mysterious reason it isn't there now, even though there are no traces of removing it in the git log. I detected this issue when 'make oldconfig' removed all the options that depended on HOTPLUG_PCI. [bhelgaas: I botched the d6fbde50a3bc ("Merge branch 'pci/host-hv' into next") merge. "git diff d6fbde50a3bc^ d6fbde50a3bc" shows a conflict in drivers/pci/Kconfig, and I mistakenly dropped the hotplug/Kconfig piece.] Signed-off-by: Tero Roponen Signed-off-by: Bjorn Helgaas --- drivers/pci/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index a1f37db745ab7..209292e067d24 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -128,4 +128,5 @@ config PCI_HYPERV The PCI device frontend driver allows the kernel to import arbitrary PCI devices from a PCI backend to support PCI driver domains. +source "drivers/pci/hotplug/Kconfig" source "drivers/pci/host/Kconfig" -- 2.39.5