hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/typec/altmodes/Kconfig
....@@ -4,6 +4,8 @@
44
55 config TYPEC_DP_ALTMODE
66 tristate "DisplayPort Alternate Mode driver"
7
+ depends on DRM
8
+ depends on DRM_ROCKCHIP
79 help
810 DisplayPort USB Type-C Alternate Mode allows DisplayPort
911 displays and adapters to be attached to the USB Type-C
....@@ -12,4 +14,14 @@
1214 To compile this driver as a module, choose M here: the
1315 module will be called typec_displayport.
1416
17
+config TYPEC_NVIDIA_ALTMODE
18
+ tristate "NVIDIA Alternate Mode driver"
19
+ depends on TYPEC_DP_ALTMODE
20
+ help
21
+ Latest NVIDIA GPUs support VirtualLink devices. Select this
22
+ to enable support for VirtualLink devices with NVIDIA GPUs.
23
+
24
+ To compile this driver as a module, choose M here: the
25
+ module will be called typec_nvidia.
26
+
1527 endmenu