summaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch/Kconfig
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2019-01-31 17:30:39 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-02-01 16:13:36 +0300
commitc5620aeea44d9e3bb64a35cb5b7207772bf74997 (patch)
treeeadfc7dcacf440c7c09cfa56f71b1553d733e3e5 /drivers/net/mscc_eswitch/Kconfig
parentee7b65f2cc7cd7682cdec86e40de4d8a3bfaad5f (diff)
downloadu-boot-c5620aeea44d9e3bb64a35cb5b7207772bf74997.tar.xz
net: Add MSCC Luton networkd driver.
Add network driver for Microsemi Ethernet switch, it is present on Luton SoCs. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.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 2f3c8cca4c..88e5a97c4b 100644
--- a/drivers/net/mscc_eswitch/Kconfig
+++ b/drivers/net/mscc_eswitch/Kconfig
@@ -8,3 +8,10 @@ config MSCC_OCELOT_SWITCH
select PHYLIB
help
This driver supports the Ocelot network switch device.
+
+config MSCC_LUTON_SWITCH
+ bool "Luton switch driver"
+ depends on DM_ETH && ARCH_MSCC
+ select PHYLIB
+ help
+ This driver supports the Luton network switch device.