From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- kernel/drivers/usb/typec/altmodes/Kconfig | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/usb/typec/altmodes/Kconfig b/kernel/drivers/usb/typec/altmodes/Kconfig index ef2226e..64ab2d0 100644 --- a/kernel/drivers/usb/typec/altmodes/Kconfig +++ b/kernel/drivers/usb/typec/altmodes/Kconfig @@ -4,6 +4,8 @@ config TYPEC_DP_ALTMODE tristate "DisplayPort Alternate Mode driver" + depends on DRM + depends on DRM_ROCKCHIP help DisplayPort USB Type-C Alternate Mode allows DisplayPort displays and adapters to be attached to the USB Type-C @@ -12,4 +14,14 @@ To compile this driver as a module, choose M here: the module will be called typec_displayport. +config TYPEC_NVIDIA_ALTMODE + tristate "NVIDIA Alternate Mode driver" + depends on TYPEC_DP_ALTMODE + help + Latest NVIDIA GPUs support VirtualLink devices. Select this + to enable support for VirtualLink devices with NVIDIA GPUs. + + To compile this driver as a module, choose M here: the + module will be called typec_nvidia. + endmenu -- Gitblit v1.6.2