Kconfig 1011 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # IBM Coherent Accelerator (CXL) compatible devices
  3. #
  4. config CXL_BASE
  5. bool
  6. default n
  7. select PPC_COPRO_BASE
  8. config CXL_AFU_DRIVER_OPS
  9. bool
  10. default n
  11. config CXL
  12. tristate "Support for IBM Coherent Accelerators (CXL)"
  13. depends on PPC_POWERNV && PCI_MSI && EEH
  14. select CXL_BASE
  15. select CXL_AFU_DRIVER_OPS
  16. default m
  17. help
  18. Select this option to enable driver support for IBM Coherent
  19. Accelerators (CXL). CXL is otherwise known as Coherent Accelerator
  20. Processor Interface (CAPI). CAPI allows accelerators in FPGAs to be
  21. coherently attached to a CPU via an MMU. This driver enables
  22. userspace programs to access these accelerators via /dev/cxl/afuM.N
  23. devices.
  24. CAPI adapters are found in POWER8 based systems.
  25. If unsure, say N.
  26. config CXL_BIMODAL
  27. bool "Support for bi-modal CAPI cards"
  28. depends on HOTPLUG_PCI_POWERNV = y && CXL || HOTPLUG_PCI_POWERNV = m && CXL = m
  29. default y
  30. help
  31. Select this option to enable support for bi-modal CAPI cards, such as
  32. the Mellanox CX-4.