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"
9 DisplayPort USB Type-C Alternate Mode allows DisplayPort
10 displays and adapters to be attached to the USB Type-C
11 connectors on the system.
13 To compile this driver as a module, choose M here: the
14 module will be called typec_displayport.
16 config TYPEC_NVIDIA_ALTMODE
17 tristate "NVIDIA Alternate Mode driver"
18 depends on TYPEC_DP_ALTMODE
20 Latest NVIDIA GPUs support VirtualLink devices. Select this
21 to enable support for VirtualLink devices with NVIDIA GPUs.
23 To compile this driver as a module, choose M here: the
24 module will be called typec_nvidia.
26 config TYPEC_TBT_ALTMODE
27 tristate "Thunderbolt3 Alternate Mode driver"
29 Select this option if you have Thunderbolt3 hardware on your
32 To compile this driver as a module, choose M here: the
33 module will be called typec_thunderbolt.