30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Broadcom VK device4#5config BCM_VK6 tristate "Support for Broadcom VK Accelerators"7 depends on PCI_MSI8 help9 Select this option to enable support for Broadcom10 VK Accelerators. VK is used for performing11 multiple specific offload processing tasks in parallel.12 Such offload tasks assist in such operations as video13 transcoding, compression, and crypto tasks.14 This driver enables userspace programs to access these15 accelerators via /dev/bcm-vk.N devices.16 17 If unsure, say N.18 19config BCM_VK_TTY20 bool "Enable tty ports on a Broadcom VK Accelerator device"21 depends on TTY22 depends on BCM_VK23 help24 Select this option to enable tty support to allow console25 access to Broadcom VK Accelerator cards from host.26 27 Device node will in the form /dev/bcm-vk.x_ttyVKy where:28 x is the instance of the VK card29 y is the tty device number on the VK card.30