diff options
author | Bjorn Helgaas <[email protected]> | 2019-11-06 16:01:15 -0600 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2019-11-21 07:52:32 -0600 |
commit | 97a0ac8a4678fb6340f6b2646e7c46e9c2872e02 (patch) | |
tree | 56ec6747f6d50ba5f8f8d660d3360f30e55e9316 | |
parent | 127a7709495db52a41012deaebbb7afc231dad91 (diff) |
PCI/PTM: Remove dependency on PCIEPORTBUS
The PTM support does not depend on the portdrv, so remove the Kconfig
dependency.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Andrew Murray <[email protected]>
Cc: Jonathan Yong <[email protected]>
-rw-r--r-- | drivers/pci/pcie/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig index 362eb8cfa53b..b0d781d72d1b 100644 --- a/drivers/pci/pcie/Kconfig +++ b/drivers/pci/pcie/Kconfig @@ -135,7 +135,6 @@ config PCIE_DPC config PCIE_PTM bool "PCI Express Precision Time Measurement support" - depends on PCIEPORTBUS help This enables PCI Express Precision Time Measurement (PTM) support. |