summaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch/Kconfig
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2019-04-11 15:11:32 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-05-03 17:42:23 +0300
commit8cf9473288dc4f35858d8267b7b4ed0702c89209 (patch)
tree5075a23c7550cf7e90817fd11835154b626f93d8 /drivers/net/mscc_eswitch/Kconfig
parentc6b2e7117db83e9aaba5d47b56c5d918ce92fcf0 (diff)
downloadu-boot-8cf9473288dc4f35858d8267b7b4ed0702c89209.tar.xz
net: Add MSCC Serval network driver.
Add network driver for Microsemi Ethernet switch. It is present on Serval 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 6359d0b610..80dd22f98b 100644
--- a/drivers/net/mscc_eswitch/Kconfig
+++ b/drivers/net/mscc_eswitch/Kconfig
@@ -29,3 +29,10 @@ config MSCC_SERVALT_SWITCH
select PHYLIB
help
This driver supports the Servalt network switch device.
+
+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.