xref: /openbmc/linux/drivers/usb/typec/altmodes/Kconfig (revision 7f811394)
1cae8dc3bSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
20e3bb7d6SHeikki Krogerus
30e3bb7d6SHeikki Krogerusmenu "USB Type-C Alternate Mode drivers"
40e3bb7d6SHeikki Krogerus
50e3bb7d6SHeikki Krogerusconfig TYPEC_DP_ALTMODE
60e3bb7d6SHeikki Krogerus	tristate "DisplayPort Alternate Mode driver"
7*7f811394SHans de Goede	depends on DRM
80e3bb7d6SHeikki Krogerus	help
90e3bb7d6SHeikki Krogerus	  DisplayPort USB Type-C Alternate Mode allows DisplayPort
100e3bb7d6SHeikki Krogerus	  displays and adapters to be attached to the USB Type-C
110e3bb7d6SHeikki Krogerus	  connectors on the system.
120e3bb7d6SHeikki Krogerus
130e3bb7d6SHeikki Krogerus	  To compile this driver as a module, choose M here: the
140e3bb7d6SHeikki Krogerus	  module will be called typec_displayport.
150e3bb7d6SHeikki Krogerus
16cf28369cSAjay Guptaconfig TYPEC_NVIDIA_ALTMODE
17cf28369cSAjay Gupta	tristate "NVIDIA Alternate Mode driver"
18cf28369cSAjay Gupta	depends on TYPEC_DP_ALTMODE
19cf28369cSAjay Gupta	help
20cf28369cSAjay Gupta	  Latest NVIDIA GPUs support VirtualLink devices. Select this
21cf28369cSAjay Gupta	  to enable support for VirtualLink devices with NVIDIA GPUs.
22cf28369cSAjay Gupta
23cf28369cSAjay Gupta	  To compile this driver as a module, choose M here: the
2441952a66SPeter Robinson	  module will be called typec_nvidia.
25cf28369cSAjay Gupta
260e3bb7d6SHeikki Krogerusendmenu
27