From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- 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