linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] cxl: Remove dead Kconfig option
@ 2020-06-02  7:05 Andrew Donnellan
  2020-06-02 16:10 ` Frederic Barrat
  2020-06-05 16:16 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Donnellan @ 2020-06-02  7:05 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: fbarrat

The CXL_AFU_DRIVER_OPS Kconfig option was added to coordinate merging of
new features. It no longer serves any purpose, so remove it.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>

---
v1->v2:
- keep CXL_LIB for now to avoid breaking a driver that is currently out of
tree
---
 drivers/misc/cxl/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/misc/cxl/Kconfig b/drivers/misc/cxl/Kconfig
index 39eec9031487..984114f7cee9 100644
--- a/drivers/misc/cxl/Kconfig
+++ b/drivers/misc/cxl/Kconfig
@@ -7,9 +7,6 @@ config CXL_BASE
 	bool
 	select PPC_COPRO_BASE
 
-config CXL_AFU_DRIVER_OPS
-	bool
-
 config CXL_LIB
 	bool
 
@@ -17,7 +14,6 @@ config CXL
 	tristate "Support for IBM Coherent Accelerators (CXL)"
 	depends on PPC_POWERNV && PCI_MSI && EEH
 	select CXL_BASE
-	select CXL_AFU_DRIVER_OPS
 	select CXL_LIB
 	default m
 	help
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-05 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-02  7:05 [PATCH v2] cxl: Remove dead Kconfig option Andrew Donnellan
2020-06-02 16:10 ` Frederic Barrat
2020-06-05 16:16 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).