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
This commit is contained in:
Andrew Donnellan 2020-06-02 14:03:41 +10:00 committed by Michael Ellerman
parent a3ea40d5c7
commit f44b85da5e

View file

@ -7,18 +7,10 @@ config CXL_BASE
bool bool
select PPC_COPRO_BASE select PPC_COPRO_BASE
config CXL_AFU_DRIVER_OPS
bool
config CXL_LIB
bool
config CXL config CXL
tristate "Support for IBM Coherent Accelerators (CXL)" tristate "Support for IBM Coherent Accelerators (CXL)"
depends on PPC_POWERNV && PCI_MSI && EEH depends on PPC_POWERNV && PCI_MSI && EEH
select CXL_BASE select CXL_BASE
select CXL_AFU_DRIVER_OPS
select CXL_LIB
default m default m
help help
Select this option to enable driver support for IBM Coherent Select this option to enable driver support for IBM Coherent