]> Git Repo - linux.git/blob - drivers/usb/typec/altmodes/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / usb / typec / altmodes / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 menu "USB Type-C Alternate Mode drivers"
4
5 config 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
16 config 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
26 config TYPEC_TBT_ALTMODE
27         tristate "Thunderbolt3 Alternate Mode driver"
28         help
29           Select this option if you have Thunderbolt3 hardware on your
30           system.
31
32           To compile this driver as a module, choose M here: the
33           module will be called typec_thunderbolt.
34
35 endmenu
This page took 0.035349 seconds and 4 git commands to generate.