Kconfig 741 B

1234567891011121314151617181920212223242526
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # IBM Coherent Accelerator (CXL) compatible devices
  4. #
  5. config CXL_BASE
  6. bool
  7. select PPC_COPRO_BASE
  8. select PPC_64S_HASH_MMU
  9. config CXL
  10. tristate "Support for IBM Coherent Accelerators (CXL)"
  11. depends on PPC_POWERNV && PCI_MSI && EEH
  12. select CXL_BASE
  13. default m
  14. help
  15. Select this option to enable driver support for IBM Coherent
  16. Accelerators (CXL). CXL is otherwise known as Coherent Accelerator
  17. Processor Interface (CAPI). CAPI allows accelerators in FPGAs to be
  18. coherently attached to a CPU via an MMU. This driver enables
  19. userspace programs to access these accelerators via /dev/cxl/afuM.N
  20. devices.
  21. CAPI adapters are found in POWER8 based systems.
  22. If unsure, say N.