aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2022-11-22 17:48:03 -0800
committerPaul E. McKenney <[email protected]>2023-02-02 16:26:06 -0800
commita8f0ff9185ae0de54dc6ec1ba4d8c5bdd29cb71b (patch)
tree687ae569756ea1821c4105bd8bf6cc36619e9823
parent520bb822d7d9cecab80bb4b16cf81782275cbc96 (diff)
drivers/pci/controller: Remove "select SRCU"
Now that the SRCU Kconfig option is unconditionally selected, there is no longer any point in selecting it. Therefore, remove the "select SRCU" Kconfig statements. Signed-off-by: Paul E. McKenney <[email protected]> Cc: Lorenzo Pieralisi <[email protected]> Cc: Rob Herring <[email protected]> Cc: "Krzysztof WilczyƄski" <[email protected]> Cc: Bjorn Helgaas <[email protected]> Cc: <[email protected]> Acked-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: John Ogness <[email protected]>
-rw-r--r--drivers/pci/controller/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 1569d9a3ada0..b09cdc59bfd0 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -258,7 +258,7 @@ config PCIE_MEDIATEK_GEN3
MediaTek SoCs.
config VMD
- depends on PCI_MSI && X86_64 && SRCU && !UML
+ depends on PCI_MSI && X86_64 && !UML
tristate "Intel Volume Management Device Driver"
help
Adds support for the Intel Volume Management Device (VMD). VMD is a