Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 menu "USB Type-C Multiplexer/DeMultiplexer Switch support"
0004 
0005 config TYPEC_MUX_FSA4480
0006         tristate "ON Semi FSA4480 Analog Audio Switch driver"
0007         depends on I2C
0008         select REGMAP_I2C
0009         help
0010           Driver for the ON Semiconductor FSA4480 Analog Audio Switch, which
0011           provides support for muxing analog audio and sideband signals on a
0012           common USB Type-C connector.
0013           If compiled as a module, the module will be named fsa4480.
0014 
0015 config TYPEC_MUX_PI3USB30532
0016         tristate "Pericom PI3USB30532 Type-C cross switch driver"
0017         depends on I2C
0018         help
0019           Say Y or M if your system has a Pericom PI3USB30532 Type-C cross
0020           switch / mux chip found on some devices with a Type-C port.
0021 
0022 config TYPEC_MUX_INTEL_PMC
0023         tristate "Intel PMC mux control"
0024         depends on ACPI
0025         depends on INTEL_SCU_IPC
0026         select USB_ROLE_SWITCH
0027         help
0028           Driver for USB muxes controlled by Intel PMC FW. Intel PMC FW can
0029           control the USB role switch and also the multiplexer/demultiplexer
0030           switches used with USB Type-C Alternate Modes.
0031 
0032 endmenu