blob: 88e5a97c4bfa982ae16c726b4d40d2c3f9cb9836 [file] [log] [blame]
Horatiu Vultur4c661572019-01-31 15:30:33 +01001# 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.
Horatiu Vulturc5620ae2019-01-31 15:30:39 +010011
12config MSCC_LUTON_SWITCH
13 bool "Luton switch driver"
14 depends on DM_ETH && ARCH_MSCC
15 select PHYLIB
16 help
17 This driver supports the Luton network switch device.