2019-01-31 15:30:33 +01:00
|
|
|
# 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.
|
2019-01-31 15:30:39 +01:00
|
|
|
|
|
|
|
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.
|
2019-04-03 19:54:45 +02:00
|
|
|
|
|
|
|
config MSCC_JR2_SWITCH
|
|
|
|
bool "Jaguar2 switch driver"
|
|
|
|
depends on DM_ETH && ARCH_MSCC
|
|
|
|
select PHYLIB
|
|
|
|
help
|
|
|
|
This driver supports the Jaguar2 network switch device.
|
2019-04-08 10:31:36 +02:00
|
|
|
|
|
|
|
config MSCC_SERVALT_SWITCH
|
|
|
|
bool "Servalt switch driver"
|
|
|
|
depends on DM_ETH && ARCH_MSCC
|
|
|
|
select PHYLIB
|
|
|
|
help
|
|
|
|
This driver supports the Servalt network switch device.
|
2019-04-11 14:11:32 +02:00
|
|
|
|
|
|
|
config MSCC_SERVAL_SWITCH
|
|
|
|
bool "Serval switch driver"
|
|
|
|
depends on DM_ETH && ARCH_MSCC
|
|
|
|
select PHYLIB
|
|
|
|
help
|
|
|
|
This driver supports the Serval network switch device.
|
2021-01-25 14:23:55 +02:00
|
|
|
|
|
|
|
config MSCC_FELIX_SWITCH
|
|
|
|
bool "Felix switch driver"
|
|
|
|
depends on DM_DSA && DM_PCI
|
|
|
|
select FSL_ENETC
|
|
|
|
help
|
|
|
|
This driver supports the Ethernet switch integrated in the
|
|
|
|
NXP LS1028A SoC.
|