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	depends on DRM
8	help
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.
12
13	  To compile this driver as a module, choose M here: the
14	  module will be called typec_displayport.
15
16config TYPEC_NVIDIA_ALTMODE
17	tristate "NVIDIA Alternate Mode driver"
18	depends on TYPEC_DP_ALTMODE
19	help
20	  Latest NVIDIA GPUs support VirtualLink devices. Select this
21	  to enable support for VirtualLink devices with NVIDIA GPUs.
22
23	  To compile this driver as a module, choose M here: the
24	  module will be called typec_nvidia.
25
26endmenu
27