hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/misc/ocxl/Kconfig
....@@ -1,15 +1,15 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Open Coherent Accelerator (OCXL) compatible devices
34 #
45
56 config OCXL_BASE
67 bool
7
- default n
88 select PPC_COPRO_BASE
99
1010 config OCXL
1111 tristate "OpenCAPI coherent accelerator support"
12
- depends on PPC_POWERNV && PCI && EEH
12
+ depends on HOTPLUG_PCI_POWERNV
1313 select OCXL_BASE
1414 default m
1515 help
....@@ -22,7 +22,7 @@
2222 The ocxl driver enables userspace programs to access these
2323 accelerators through devices in /dev/ocxl/.
2424
25
- For more information, see http://opencapi.org.
25
+ For more information, see https://opencapi.org.
2626
2727 This is not to be confused with the support for IBM CAPI
2828 accelerators (CONFIG_CXL), which are PCI-based instead of a