From: Christian Marangi Date: Tue, 19 May 2026 16:49:02 +0000 (+0200) Subject: usb: host: add ARCH_AIROHA in XHCI MTK dependency X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ffeaf31f05d664581aa436d9cb92b4d1d8d301ce;p=thirdparty%2Flinux.git usb: host: add ARCH_AIROHA in XHCI MTK dependency Airoha SoC use the same register map and logic of the Mediatek xHCI driver, hence add it to the dependency list to permit compilation also on this ARCH. Signed-off-by: Christian Marangi Link: https://patch.msgid.link/20260519164903.31258-1-ansuelsmth@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 43f30cd867e4..b3b1ec696bf5 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -77,7 +77,7 @@ config USB_XHCI_HISTB config USB_XHCI_MTK tristate "xHCI support for MediaTek SoCs" select MFD_SYSCON - depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST + depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || ARCH_AIROHA || COMPILE_TEST help Say 'Y' to enable the support for the xHCI host controller found in MediaTek SoCs.