Skip to content

Commit f44b85d

Browse files
ajdlinuxmpe
authored andcommitted
cxl: Remove dead Kconfig options
The CXL_AFU_DRIVER_OPS and CXL_LIB Kconfig options were added to coordinate merging of new features. They no longer serve any purpose, so remove them. Signed-off-by: Andrew Donnellan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a3ea40d commit f44b85d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/misc/cxl/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,10 @@ config CXL_BASE
77
bool
88
select PPC_COPRO_BASE
99

10-
config CXL_AFU_DRIVER_OPS
11-
bool
12-
13-
config CXL_LIB
14-
bool
15-
1610
config CXL
1711
tristate "Support for IBM Coherent Accelerators (CXL)"
1812
depends on PPC_POWERNV && PCI_MSI && EEH
1913
select CXL_BASE
20-
select CXL_AFU_DRIVER_OPS
21-
select CXL_LIB
2214
default m
2315
help
2416
Select this option to enable driver support for IBM Coherent

0 commit comments

Comments
 (0)