mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	With DM_ETH being required now for all drivers, we don't need this listed on individual drivers as well. Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0+
 | |
| #
 | |
| # Copyright (C) 2020 Heiko Schocher <hs@denx.de>
 | |
| 
 | |
| config QE_UEC
 | |
| 	bool "NXP QE UEC Ethernet controller"
 | |
| 	help
 | |
| 	  This driver supports the NXP QE UEC ethernet controller
 |