Horatiu Vultur | ad2bf65 | 2019-01-31 15:30:33 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | # |
| 3 | # Copyright (c) 2019 Microsemi Corporation |
| 4 | |
| 5 | config 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 Vultur | a409719 | 2019-01-31 15:30:39 +0100 | [diff] [blame] | 11 | |
| 12 | config 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. |
Horatiu Vultur | 43be197 | 2019-04-03 19:54:45 +0200 | [diff] [blame^] | 18 | |
| 19 | config MSCC_JR2_SWITCH |
| 20 | bool "Jaguar2 switch driver" |
| 21 | depends on DM_ETH && ARCH_MSCC |
| 22 | select PHYLIB |
| 23 | help |
| 24 | This driver supports the Jaguar2 network switch device. |