mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
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 <ansuelsmth@gmail.com> Link: https://patch.msgid.link/20260519164903.31258-1-ansuelsmth@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3643ea101f
commit
ffeaf31f05
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user