summaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch/Kconfig
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2019-04-08 11:31:36 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-04-12 18:32:52 +0300
commit746f2d3e8bf4961b9f5558c21bc67a61b2b89eee (patch)
treefa243f46744978b00a4e861b3a99712a4db7744c /drivers/net/mscc_eswitch/Kconfig
parentb158e56f34f6546d0fc1f4261bb2dd0472524b39 (diff)
downloadu-boot-746f2d3e8bf4961b9f5558c21bc67a61b2b89eee.tar.xz
net: Add MSCC ServalT network driver.
Add network driver for Microsemi Ethernet switch. It is present on ServalT SoCs. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/net/mscc_eswitch/Kconfig')
-rw-r--r--drivers/net/mscc_eswitch/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/mscc_eswitch/Kconfig b/drivers/net/mscc_eswitch/Kconfig
index 3f9d14bee1..6359d0b610 100644
--- a/drivers/net/mscc_eswitch/Kconfig
+++ b/drivers/net/mscc_eswitch/Kconfig
@@ -22,3 +22,10 @@ config MSCC_JR2_SWITCH
select PHYLIB
help
This driver supports the Jaguar2 network switch device.
+
+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.