xref: /openbmc/linux/drivers/usb/typec/altmodes/Kconfig (revision cf28369c)
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"
70e3bb7d6SHeikki Krogerus	help
80e3bb7d6SHeikki Krogerus	  DisplayPort USB Type-C Alternate Mode allows DisplayPort
90e3bb7d6SHeikki Krogerus	  displays and adapters to be attached to the USB Type-C
100e3bb7d6SHeikki Krogerus	  connectors on the system.
110e3bb7d6SHeikki Krogerus
120e3bb7d6SHeikki Krogerus	  To compile this driver as a module, choose M here: the
130e3bb7d6SHeikki Krogerus	  module will be called typec_displayport.
140e3bb7d6SHeikki Krogerus
15cf28369cSAjay Guptaconfig TYPEC_NVIDIA_ALTMODE
16cf28369cSAjay Gupta	tristate "NVIDIA Alternate Mode driver"
17cf28369cSAjay Gupta	depends on TYPEC_DP_ALTMODE
18cf28369cSAjay Gupta	help
19cf28369cSAjay Gupta	  Latest NVIDIA GPUs support VirtualLink devices. Select this
20cf28369cSAjay Gupta	  to enable support for VirtualLink devices with NVIDIA GPUs.
21cf28369cSAjay Gupta
22cf28369cSAjay Gupta	  To compile this driver as a module, choose M here: the
23cf28369cSAjay Gupta	  module will be called typec_displayport.
24cf28369cSAjay Gupta
250e3bb7d6SHeikki Krogerusendmenu
26