1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (c) 2019 Microsemi Corporation
4
5config MSCC_OCELOT_SWITCH
6	bool "Ocelot switch driver"
7	depends on DM_ETH && ARCH_MSCC
8	select PHYLIB
9	help
10	  This driver supports the Ocelot network switch device.
11