mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	There don't appear to be any boards enabling CONFIG_USB_DA8XX, and there is a newer version of the MUSB driver, so let's remove the legacy version of it. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			410 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			410 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0+
 | |
| #
 | |
| # (C) Copyright 2017
 | |
| # Adam Ford, Logic PD, aford173@gmail.com
 | |
| 
 | |
| comment "Legacy MUSB Support"
 | |
| 
 | |
| config USB_MUSB_HCD
 | |
| 	bool "Legacy MUSB Host Controller"
 | |
| 
 | |
| config USB_MUSB_UDC
 | |
| 	bool "Legacy USB Device Controller"
 | |
| 
 | |
| config USB_OMAP3
 | |
| 	bool "Legacy MUSB OMAP3 / OMAP4"
 | |
| 	depends on ARCH_OMAP2PLUS
 | |
| 
 | |
| config USB_AM35X
 | |
| 	bool"Legacy MUSB AM35x"
 | |
| 	depends on ARCH_OMAP2PLUS && !USB_OMAP3
 |