xref: /openbmc/u-boot/drivers/net/mscc_eswitch/Kconfig (revision 4c66157f427ad87d683b76d6819a00138e9f71dd)
1*4c66157fSHoratiu Vultur# SPDX-License-Identifier: GPL-2.0+
2*4c66157fSHoratiu Vultur#
3*4c66157fSHoratiu Vultur# Copyright (c) 2019 Microsemi Corporation
4*4c66157fSHoratiu Vultur
5*4c66157fSHoratiu Vulturconfig MSCC_OCELOT_SWITCH
6*4c66157fSHoratiu Vultur	bool "Ocelot switch driver"
7*4c66157fSHoratiu Vultur	depends on DM_ETH && ARCH_MSCC
8*4c66157fSHoratiu Vultur	select PHYLIB
9*4c66157fSHoratiu Vultur	help
10*4c66157fSHoratiu Vultur	  This driver supports the Ocelot network switch device.
11