PCI: shpchp: Convert SHPC to be builtin only
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 23 May 2018 22:29:38 +0000 (17:29 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 2 Jun 2018 05:18:28 +0000 (00:18 -0500)
We need to be able coordinate between SHPC and acpiphp to determine which
driver handles hotplug of a given bridge.  Because acpiphp is already bool,
convert SHPC to be bool as well.

Suggested-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pci/hotplug/Kconfig

index a8f21d0..e9f78eb 100644 (file)
@@ -104,14 +104,11 @@ config HOTPLUG_PCI_CPCI_GENERIC
          When in doubt, say N.
 
 config HOTPLUG_PCI_SHPC
-       tristate "SHPC PCI Hotplug driver"
+       bool "SHPC PCI Hotplug driver"
        help
          Say Y here if you have a motherboard with a SHPC PCI Hotplug
          controller.
 
-         To compile this driver as a module, choose M here: the
-         module will be called shpchp.
-
          When in doubt, say N.
 
 config HOTPLUG_PCI_POWERNV