diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-01-17 17:07:13 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-23 18:26:44 +0100 |
commit | c8546163fa92bb46c09017db18dadbb26e639895 (patch) | |
tree | 682d0add3a5fd9f8bb2d6fb84f0e67941dcf7835 /drivers/net/Kconfig | |
parent | 55037902b825667ddcdaed0f8e65d8993c6ab0e7 (diff) | |
download | u-boot-c8546163fa92bb46c09017db18dadbb26e639895.tar.gz |
net: add MSCC Ocelot switch support
This patch adds support for the Microsemi Ethernet switch present on
Ocelot SoCs.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ff55e03d3f..39ce4e8a1f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -432,6 +432,13 @@ config SNI_AVE This driver implements support for the Socionext AVE Ethernet controller, as found on the Socionext UniPhier family. +config MSCC_OCELOT_SWITCH + bool "Ocelot switch driver" + depends on DM_ETH && ARCH_MSCC + select PHYLIB + help + This driver supports the Ocelot network switch device. + config ETHER_ON_FEC1 bool "FEC1" depends on MPC8XX_FEC |