1 # SPDX-License-Identifier: GPL-2.0
3 menu "USB Type-C Alternate Mode drivers"
5 config TYPEC_DP_ALTMODE
6 tristate "DisplayPort Alternate Mode driver"
8 DisplayPort USB Type-C Alternate Mode allows DisplayPort
9 displays and adapters to be attached to the USB Type-C
10 connectors on the system.
12 To compile this driver as a module, choose M here: the
13 module will be called typec_displayport.
15 config TYPEC_NVIDIA_ALTMODE
16 tristate "NVIDIA Alternate Mode driver"
17 depends on TYPEC_DP_ALTMODE
19 Latest NVIDIA GPUs support VirtualLink devices. Select this
20 to enable support for VirtualLink devices with NVIDIA GPUs.
22 To compile this driver as a module, choose M here: the
23 module will be called typec_nvidia.