0001 # SPDX-License-Identifier: GPL-2.0
0002
0003 menu "USB Type-C Alternate Mode drivers"
0004
0005 config TYPEC_DP_ALTMODE
0006 tristate "DisplayPort Alternate Mode driver"
0007 depends on DRM
0008 help
0009 DisplayPort USB Type-C Alternate Mode allows DisplayPort
0010 displays and adapters to be attached to the USB Type-C
0011 connectors on the system.
0012
0013 To compile this driver as a module, choose M here: the
0014 module will be called typec_displayport.
0015
0016 config TYPEC_NVIDIA_ALTMODE
0017 tristate "NVIDIA Alternate Mode driver"
0018 depends on TYPEC_DP_ALTMODE
0019 help
0020 Latest NVIDIA GPUs support VirtualLink devices. Select this
0021 to enable support for VirtualLink devices with NVIDIA GPUs.
0022
0023 To compile this driver as a module, choose M here: the
0024 module will be called typec_nvidia.
0025
0026 endmenu