18 lines
		
	
	
		
			412 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			412 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # SPDX-License-Identifier: GPL-2.0+
 | |
| #
 | |
| # Copyright (c) 2019 Microsemi Corporation
 | |
| 
 | |
| config MSCC_OCELOT_SWITCH
 | |
| 	bool "Ocelot switch driver"
 | |
| 	depends on DM_ETH && ARCH_MSCC
 | |
| 	select PHYLIB
 | |
| 	help
 | |
| 	  This driver supports the Ocelot network switch device.
 | |
| 
 | |
| config MSCC_LUTON_SWITCH
 | |
| 	bool "Luton switch driver"
 | |
| 	depends on DM_ETH && ARCH_MSCC
 | |
| 	select PHYLIB
 | |
| 	help
 | |
| 	  This driver supports the Luton network switch device.
 |