From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 03 Jan 2024 09:43:39 +0000
Subject: [PATCH] update kernel to 5.10.198

---
 kernel/drivers/misc/cxl/Kconfig |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/kernel/drivers/misc/cxl/Kconfig b/kernel/drivers/misc/cxl/Kconfig
index 3ce9337..51aecaf 100644
--- a/kernel/drivers/misc/cxl/Kconfig
+++ b/kernel/drivers/misc/cxl/Kconfig
@@ -1,26 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # IBM Coherent Accelerator (CXL) compatible devices
 #
 
 config CXL_BASE
 	bool
-	default n
 	select PPC_COPRO_BASE
-
-config CXL_AFU_DRIVER_OPS
-	bool
-	default n
-
-config CXL_LIB
-	bool
-	default n
 
 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

--
Gitblit v1.6.2