kernel/drivers/usb/typec/mux/Kconfig
.. .. @@ -9,4 +9,14 @@ 9 9 Say Y or M if your system has a Pericom PI3USB30532 Type-C cross 10 10 switch / mux chip found on some devices with a Type-C port. 11 11 12 +config TYPEC_MUX_INTEL_PMC13 + tristate "Intel PMC mux control"14 + depends on ACPI15 + depends on INTEL_SCU_IPC16 + select USB_ROLE_SWITCH17 + help18 + Driver for USB muxes controlled by Intel PMC FW. Intel PMC FW can19 + control the USB role switch and also the multiplexer/demultiplexer20 + switches used with USB Type-C Alternate Modes.21 +12 22 endmenu