Skip to content

Commit ef7c4d8

Browse files
Heikki Krogerusgregkh
authored andcommitted
usb: typec: mux: intel: Add dependency on USB_COMMON
This fixes an undefined reference to `usb_debug_root' issue when USB_COMMON is not enabled. Fixes: 0a453dc ("usb: typec: intel_pmc_mux: Expose IOM port status to debugfs") Reported-by: Randy Dunlap <[email protected]> Closes: https://lore.kernel.org/lkml/[email protected]/ Cc: Rajat Khandelwal <[email protected]> Signed-off-by: Heikki Krogerus <[email protected]> Tested-by: Randy Dunlap <[email protected]> # build-tested Acked-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 348359e commit ef7c4d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/typec/mux/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ config TYPEC_MUX_INTEL_PMC
2929
tristate "Intel PMC mux control"
3030
depends on ACPI
3131
depends on INTEL_SCU_IPC
32+
select USB_COMMON
3233
select USB_ROLE_SWITCH
3334
help
3435
Driver for USB muxes controlled by Intel PMC FW. Intel PMC FW can

0 commit comments

Comments
 (0)