xref: /openbmc/linux/drivers/usb/typec/altmodes/Kconfig (revision cae8dc3b)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "USB Type-C Alternate Mode drivers"
4
5config TYPEC_DP_ALTMODE
6	tristate "DisplayPort Alternate Mode driver"
7	help
8	  DisplayPort USB Type-C Alternate Mode allows DisplayPort
9	  displays and adapters to be attached to the USB Type-C
10	  connectors on the system.
11
12	  To compile this driver as a module, choose M here: the
13	  module will be called typec_displayport.
14
15endmenu
16