14c66157fSHoratiu Vultur# SPDX-License-Identifier: GPL-2.0+ 24c66157fSHoratiu Vultur# 34c66157fSHoratiu Vultur# Copyright (c) 2019 Microsemi Corporation 44c66157fSHoratiu Vultur 54c66157fSHoratiu Vulturconfig MSCC_OCELOT_SWITCH 64c66157fSHoratiu Vultur bool "Ocelot switch driver" 74c66157fSHoratiu Vultur depends on DM_ETH && ARCH_MSCC 84c66157fSHoratiu Vultur select PHYLIB 94c66157fSHoratiu Vultur help 104c66157fSHoratiu Vultur This driver supports the Ocelot network switch device. 11*c5620aeeSHoratiu Vultur 12*c5620aeeSHoratiu Vulturconfig MSCC_LUTON_SWITCH 13*c5620aeeSHoratiu Vultur bool "Luton switch driver" 14*c5620aeeSHoratiu Vultur depends on DM_ETH && ARCH_MSCC 15*c5620aeeSHoratiu Vultur select PHYLIB 16*c5620aeeSHoratiu Vultur help 17*c5620aeeSHoratiu Vultur This driver supports the Luton network switch device. 18