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" |
Tom Rini | fc42f2c | 2022-11-27 10:25:02 -0500 | [diff] [blame^] | 7 | depends on ARCH_MSCC |
Horatiu Vultur | ad2bf65 | 2019-01-31 15:30:33 +0100 | [diff] [blame] | 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" |
Tom Rini | fc42f2c | 2022-11-27 10:25:02 -0500 | [diff] [blame^] | 14 | depends on ARCH_MSCC |
Horatiu Vultur | a409719 | 2019-01-31 15:30:39 +0100 | [diff] [blame] | 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" |
Tom Rini | fc42f2c | 2022-11-27 10:25:02 -0500 | [diff] [blame^] | 21 | depends on ARCH_MSCC |
Horatiu Vultur | 43be197 | 2019-04-03 19:54:45 +0200 | [diff] [blame] | 22 | select PHYLIB |
| 23 | help |
| 24 | This driver supports the Jaguar2 network switch device. |
Horatiu Vultur | 295e5b9 | 2019-04-08 10:31:36 +0200 | [diff] [blame] | 25 | |
| 26 | config MSCC_SERVALT_SWITCH |
| 27 | bool "Servalt switch driver" |
Tom Rini | fc42f2c | 2022-11-27 10:25:02 -0500 | [diff] [blame^] | 28 | depends on ARCH_MSCC |
Horatiu Vultur | 295e5b9 | 2019-04-08 10:31:36 +0200 | [diff] [blame] | 29 | select PHYLIB |
| 30 | help |
| 31 | This driver supports the Servalt network switch device. |
Horatiu Vultur | 4d46cb4 | 2019-04-11 14:11:32 +0200 | [diff] [blame] | 32 | |
| 33 | config MSCC_SERVAL_SWITCH |
| 34 | bool "Serval switch driver" |
Tom Rini | fc42f2c | 2022-11-27 10:25:02 -0500 | [diff] [blame^] | 35 | depends on ARCH_MSCC |
Horatiu Vultur | 4d46cb4 | 2019-04-11 14:11:32 +0200 | [diff] [blame] | 36 | select PHYLIB |
| 37 | help |
| 38 | This driver supports the Serval network switch device. |
Alex Marginean | 4ea74fd | 2021-01-25 14:23:55 +0200 | [diff] [blame] | 39 | |
| 40 | config MSCC_FELIX_SWITCH |
| 41 | bool "Felix switch driver" |
Simon Glass | 3933d29 | 2021-08-01 18:54:44 -0600 | [diff] [blame] | 42 | depends on DM_DSA |
Alex Marginean | 4ea74fd | 2021-01-25 14:23:55 +0200 | [diff] [blame] | 43 | select FSL_ENETC |
| 44 | help |
| 45 | This driver supports the Ethernet switch integrated in the |
| 46 | NXP LS1028A SoC. |