1 2menu "USB Type-C Alternate Mode drivers" 3 4config TYPEC_DP_ALTMODE 5 tristate "DisplayPort Alternate Mode driver" 6 help 7 DisplayPort USB Type-C Alternate Mode allows DisplayPort 8 displays and adapters to be attached to the USB Type-C 9 connectors on the system. 10 11 To compile this driver as a module, choose M here: the 12 module will be called typec_displayport. 13 14endmenu 15