From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- 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