workqueue: Make worker_attach/detach_pool() update worker->pool
[linux/fpc-iii.git] / drivers / misc / ocxl / Kconfig
blob4bbdb0d3c8ee7ff84fb140bb2cf0d7bda99b8164
2 # Open Coherent Accelerator (OCXL) compatible devices
5 config OCXL_BASE
6         bool
7         default n
8         select PPC_COPRO_BASE
10 config OCXL
11         tristate "OpenCAPI coherent accelerator support"
12         depends on PPC_POWERNV && PCI && EEH
13         select OCXL_BASE
14         default m
15         help
16           Select this option to enable the ocxl driver for Open
17           Coherent Accelerator Processor Interface (OpenCAPI) devices.
19           OpenCAPI allows FPGA and ASIC accelerators to be coherently
20           attached to a CPU over an OpenCAPI link.
22           The ocxl driver enables userspace programs to access these
23           accelerators through devices in /dev/ocxl/.
25           For more information, see http://opencapi.org.
27           This is not to be confused with the support for IBM CAPI
28           accelerators (CONFIG_CXL), which are PCI-based instead of a
29           dedicated OpenCAPI link, and don't follow the same protocol.
31           If unsure, say N.