mirror of
				https://github.com/immortalwrt/immortalwrt.git
				synced 2025-10-30 07:49:55 +08:00 
			
		
		
		
	 7afc2da3fc
			
		
	
	7afc2da3fc
	
	
	
		
			
			Add pending patch for USB support on AN7581 SoC. This is also required to make operational the 3rd PCIe line that use the USB2 Serdes for PCIe operations. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
		
			
				
	
	
		
			26 lines
		
	
	
		
			956 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			956 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 3d3a406dea89b789dfb550bd05d0eba5ae926755 Mon Sep 17 00:00:00 2001
 | |
| From: Christian Marangi <ansuelsmth@gmail.com>
 | |
| Date: Fri, 7 Feb 2025 14:17:06 +0100
 | |
| Subject: [PATCH 08/10] usb: host: add ARCH_AIROHA in XHCI MTK dependency
 | |
| 
 | |
| Airoha SoC use the same register map a 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>
 | |
| ---
 | |
|  drivers/usb/host/Kconfig | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| --- a/drivers/usb/host/Kconfig
 | |
| +++ b/drivers/usb/host/Kconfig
 | |
| @@ -71,7 +71,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.
 |