hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/typec/mux/Kconfig
....@@ -9,4 +9,14 @@
99 Say Y or M if your system has a Pericom PI3USB30532 Type-C cross
1010 switch / mux chip found on some devices with a Type-C port.
1111
12
+config TYPEC_MUX_INTEL_PMC
13
+ tristate "Intel PMC mux control"
14
+ depends on ACPI
15
+ depends on INTEL_SCU_IPC
16
+ select USB_ROLE_SWITCH
17
+ help
18
+ Driver for USB muxes controlled by Intel PMC FW. Intel PMC FW can
19
+ control the USB role switch and also the multiplexer/demultiplexer
20
+ switches used with USB Type-C Alternate Modes.
21
+
1222 endmenu