]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
usb: host: add ARCH_AIROHA in XHCI MTK dependency
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 19 May 2026 16:49:02 +0000 (18:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2026 09:35:47 +0000 (11:35 +0200)
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 <ansuelsmth@gmail.com>
Link: https://patch.msgid.link/20260519164903.31258-1-ansuelsmth@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig

index 43f30cd867e40a3521194f23a822bc6458a43d6f..b3b1ec696bf5068add33ca4930a105928da8b9d8 100644 (file)
@@ -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.