1# SPDX-License-Identifier: GPL-2.0 2 3menu "USB Type-C Alternate Mode drivers" 4 5config TYPEC_DP_ALTMODE 6 tristate "DisplayPort Alternate Mode driver" 7 help 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. 11 12 To compile this driver as a module, choose M here: the 13 module will be called typec_displayport. 14 15config TYPEC_NVIDIA_ALTMODE 16 tristate "NVIDIA Alternate Mode driver" 17 depends on TYPEC_DP_ALTMODE 18 help 19 Latest NVIDIA GPUs support VirtualLink devices. Select this 20 to enable support for VirtualLink devices with NVIDIA GPUs. 21 22 To compile this driver as a module, choose M here: the 23 module will be called typec_nvidia. 24 25endmenu 26