[PATCH v2] cxl: Remove dead Kconfig option
Frederic Barrat
fbarrat at linux.ibm.com
Wed Jun 3 02:10:28 AEST 2020
Le 02/06/2020 à 09:05, Andrew Donnellan a écrit :
> 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 at linux.ibm.com>
Acked-by: Frederic Barrat <fbarrat at 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
>
More information about the Linuxppc-dev
mailing list