From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- kernel/drivers/usb/typec/mux/Kconfig | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/usb/typec/mux/Kconfig b/kernel/drivers/usb/typec/mux/Kconfig index 01ed0d5..edead55 100644 --- a/kernel/drivers/usb/typec/mux/Kconfig +++ b/kernel/drivers/usb/typec/mux/Kconfig @@ -9,4 +9,14 @@ Say Y or M if your system has a Pericom PI3USB30532 Type-C cross switch / mux chip found on some devices with a Type-C port. +config TYPEC_MUX_INTEL_PMC + tristate "Intel PMC mux control" + depends on ACPI + depends on INTEL_SCU_IPC + select USB_ROLE_SWITCH + help + Driver for USB muxes controlled by Intel PMC FW. Intel PMC FW can + control the USB role switch and also the multiplexer/demultiplexer + switches used with USB Type-C Alternate Modes. + endmenu -- Gitblit v1.6.2