aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2020-06-02 14:03:41 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2020-06-02 20:59:21 +1000
commitf44b85da5e7450d0308695ba6f503d75fe6cc166 (patch)
tree0cfa964a4b15d002b06ca8fba72c6a6cc2806792 /drivers/misc/cxl
parentpowerpc: Add POWER10 architected mode (diff)
downloadlinux-dev-f44b85da5e7450d0308695ba6f503d75fe6cc166.tar.xz
linux-dev-f44b85da5e7450d0308695ba6f503d75fe6cc166.zip
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 <ajd@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200602040341.10152-1-ajd@linux.ibm.com
Diffstat (limited to 'drivers/misc/cxl')
-rw-r--r--drivers/misc/cxl/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/misc/cxl/Kconfig b/drivers/misc/cxl/Kconfig
index 39eec9031487..51aecafdcbdf 100644
--- a/drivers/misc/cxl/Kconfig
+++ b/drivers/misc/cxl/Kconfig
@@ -7,18 +7,10 @@ config CXL_BASE
bool
select PPC_COPRO_BASE
-config CXL_AFU_DRIVER_OPS
- bool
-
-config CXL_LIB
- bool
-
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
Select this option to enable driver support for IBM Coherent