Kconfig 573 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0
  2. config PPC_VAS
  3. bool "IBM Virtual Accelerator Switchboard (VAS)"
  4. depends on (PPC_POWERNV || PPC_PSERIES) && PPC_64K_PAGES
  5. default y
  6. help
  7. This enables support for IBM Virtual Accelerator Switchboard (VAS).
  8. VAS devices are found in POWER9-based and later systems, they
  9. provide access to accelerator coprocessors such as NX-GZIP and
  10. NX-842. This config allows the kernel to use NX-842 accelerators,
  11. and user-mode APIs for the NX-GZIP accelerator on POWER9 PowerNV
  12. and POWER10 PowerVM platforms.
  13. If unsure, say "N".