diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-07-09 21:34:00 +1200 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-07-26 14:08:21 -0500 |
commit | fb7310769882c2fb9716352a78744327e72c2430 (patch) | |
tree | 79945c4b4254d3c6a610ce94da75a93659ba19dc /drivers/net/Kconfig | |
parent | e9bf75c9d3b2494c985fd4a21db8036b493fbd11 (diff) | |
download | u-boot-fb7310769882c2fb9716352a78744327e72c2430.tar.gz |
net: mvgbe: convert to DM
Add driver model support to the mvgbe driver. As a temporary measure
both DM and non-DM uses are supported. Once all the users have been
converted the non-DM support can be dropped.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Tested-by: Michael Walle <michael@walle.cc>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 79eef2d755..f762b0898d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -181,6 +181,7 @@ config FTMAC100 config MVGBE bool "Marvell Orion5x/Kirkwood network interface support" depends on KIRKWOOD || ORION5X + select PHYLIB if DM_ETH help This driver supports the network interface units in the Marvell Orion5x and Kirkwood SoCs |