mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	At this point in time, all platforms that had previously used drivers/usb/phy/omap_usb_phy.c have been migrated to DM and related options. Remove this now unused code and some related unused defines. Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			212 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			212 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0+
 | 
						|
#
 | 
						|
# (C) Copyright 2017
 | 
						|
# Adam Ford, Logic PD, aford173@gmail.com
 | 
						|
 | 
						|
comment "USB Phy"
 | 
						|
 | 
						|
config TWL4030_USB
 | 
						|
	bool "TWL4030 PHY"
 | 
						|
 | 
						|
config ROCKCHIP_USB2_PHY
 | 
						|
	bool "Rockchip USB2 PHY"
 |