Skip to content

Commit a8f0ff9

Browse files
committed
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]>
1 parent 520bb82 commit a8f0ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ config PCIE_MEDIATEK_GEN3
258258
MediaTek SoCs.
259259

260260
config VMD
261-
depends on PCI_MSI && X86_64 && SRCU && !UML
261+
depends on PCI_MSI && X86_64 && !UML
262262
tristate "Intel Volume Management Device Driver"
263263
help
264264
Adds support for the Intel Volume Management Device (VMD). VMD is a

0 commit comments

Comments
 (0)