forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/misc/cxl/Kconfig
....@@ -1,26 +1,16 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # IBM Coherent Accelerator (CXL) compatible devices
34 #
45
56 config CXL_BASE
67 bool
7
- default n
88 select PPC_COPRO_BASE
9
-
10
-config CXL_AFU_DRIVER_OPS
11
- bool
12
- default n
13
-
14
-config CXL_LIB
15
- bool
16
- default n
179
1810 config CXL
1911 tristate "Support for IBM Coherent Accelerators (CXL)"
2012 depends on PPC_POWERNV && PCI_MSI && EEH
2113 select CXL_BASE
22
- select CXL_AFU_DRIVER_OPS
23
- select CXL_LIB
2414 default m
2515 help
2616 Select this option to enable driver support for IBM Coherent