Kconfig 919 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Broadcom VK device
  4. #
  5. config BCM_VK
  6. tristate "Support for Broadcom VK Accelerators"
  7. depends on PCI_MSI
  8. help
  9. Select this option to enable support for Broadcom
  10. VK Accelerators. VK is used for performing
  11. multiple specific offload processing tasks in parallel.
  12. Such offload tasks assist in such operations as video
  13. transcoding, compression, and crypto tasks.
  14. This driver enables userspace programs to access these
  15. accelerators via /dev/bcm-vk.N devices.
  16. If unsure, say N.
  17. config BCM_VK_TTY
  18. bool "Enable tty ports on a Broadcom VK Accelerator device"
  19. depends on TTY
  20. depends on BCM_VK
  21. help
  22. Select this option to enable tty support to allow console
  23. access to Broadcom VK Accelerator cards from host.
  24. Device node will in the form /dev/bcm-vk.x_ttyVKy where:
  25. x is the instance of the VK card
  26. y is the tty device number on the VK card.