diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2019-04-11 14:11:32 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-05-03 16:42:23 +0200 |
commit | 8cf9473288dc4f35858d8267b7b4ed0702c89209 (patch) | |
tree | 5075a23c7550cf7e90817fd11835154b626f93d8 /drivers/net/mscc_eswitch/Kconfig | |
parent | c6b2e7117db83e9aaba5d47b56c5d918ce92fcf0 (diff) |
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/Kconfig | 7 |
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. |