summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
diff options
context:
space:
mode:
authorKeith Busch <keith.busch@intel.com>2016-07-06 10:06:01 -0600
committerBjorn Helgaas <bhelgaas@google.com>2016-07-25 12:49:30 -0500
commita4959d8c1eaa4893b3f72d505e977ae53bce2f03 (patch)
tree44d6ad6e5acf04e2c5f75532fede4bf428791570 /drivers/pci/pcie
parent7e16fd6df178d3395d32c7d325df69062ea6e024 (diff)
downloadop-kernel-dev-a4959d8c1eaa4893b3f72d505e977ae53bce2f03.zip
op-kernel-dev-a4959d8c1eaa4893b3f72d505e977ae53bce2f03.tar.gz
PCI: Remove DPC tristate module option
Change the Downstream Port Containment config type from tristate to bool. The driver doesn't automatically load based on any rules, so it needs to be built-in in order to bind to devices it needs to drive. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/pcie')
-rw-r--r--drivers/pci/pcie/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index 22ca641..7fcea75 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -83,7 +83,7 @@ config PCIE_PME
depends on PCIEPORTBUS && PM
config PCIE_DPC
- tristate "PCIe Downstream Port Containment support"
+ bool "PCIe Downstream Port Containment support"
depends on PCIEPORTBUS
default n
help
@@ -92,6 +92,3 @@ config PCIE_DPC
will be handled by the DPC driver. If your system doesn't
have this capability or you do not want to use this feature,
it is safe to answer N.
-
- To compile this driver as a module, choose M here: the module
- will be called pcie-dpc.
OpenPOWER on IntegriCloud