aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 22ca6412bd15..7fcea75afa4c 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -83,7 +83,7 @@ config PCIE_PME
83 depends on PCIEPORTBUS && PM 83 depends on PCIEPORTBUS && PM
84 84
85config PCIE_DPC 85config PCIE_DPC
86 tristate "PCIe Downstream Port Containment support" 86 bool "PCIe Downstream Port Containment support"
87 depends on PCIEPORTBUS 87 depends on PCIEPORTBUS
88 default n 88 default n
89 help 89 help
@@ -92,6 +92,3 @@ config PCIE_DPC
92 will be handled by the DPC driver. If your system doesn't 92 will be handled by the DPC driver. If your system doesn't
93 have this capability or you do not want to use this feature, 93 have this capability or you do not want to use this feature,
94 it is safe to answer N. 94 it is safe to answer N.
95
96 To compile this driver as a module, choose M here: the module
97 will be called pcie-dpc.