| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Open Coherent Accelerator (OCXL) compatible devices |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | |
|---|
| 5 | 6 | config OCXL_BASE |
|---|
| 6 | 7 | bool |
|---|
| 7 | | - default n |
|---|
| 8 | 8 | select PPC_COPRO_BASE |
|---|
| 9 | 9 | |
|---|
| 10 | 10 | config OCXL |
|---|
| 11 | 11 | tristate "OpenCAPI coherent accelerator support" |
|---|
| 12 | | - depends on PPC_POWERNV && PCI && EEH |
|---|
| 12 | + depends on HOTPLUG_PCI_POWERNV |
|---|
| 13 | 13 | select OCXL_BASE |
|---|
| 14 | 14 | default m |
|---|
| 15 | 15 | help |
|---|
| .. | .. |
|---|
| 22 | 22 | The ocxl driver enables userspace programs to access these |
|---|
| 23 | 23 | accelerators through devices in /dev/ocxl/. |
|---|
| 24 | 24 | |
|---|
| 25 | | - For more information, see http://opencapi.org. |
|---|
| 25 | + For more information, see https://opencapi.org. |
|---|
| 26 | 26 | |
|---|
| 27 | 27 | This is not to be confused with the support for IBM CAPI |
|---|
| 28 | 28 | accelerators (CONFIG_CXL), which are PCI-based instead of a |
|---|