| .. | .. |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | config TYPEC_DP_ALTMODE |
|---|
| 6 | 6 | tristate "DisplayPort Alternate Mode driver" |
|---|
| 7 | + depends on DRM |
|---|
| 8 | + depends on DRM_ROCKCHIP |
|---|
| 7 | 9 | help |
|---|
| 8 | 10 | DisplayPort USB Type-C Alternate Mode allows DisplayPort |
|---|
| 9 | 11 | displays and adapters to be attached to the USB Type-C |
|---|
| .. | .. |
|---|
| 12 | 14 | To compile this driver as a module, choose M here: the |
|---|
| 13 | 15 | module will be called typec_displayport. |
|---|
| 14 | 16 | |
|---|
| 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 | + |
|---|
| 15 | 27 | endmenu |
|---|