diff options
| author | Alex Marginean <alexandru.marginean@nxp.com> | 2019-07-03 12:11:41 +0300 |
|---|---|---|
| committer | Joe Hershberger <joe.hershberger@ni.com> | 2019-07-25 13:13:30 -0500 |
| commit | 1d99534beffea9b8e54a2cf31776cff68c4fc676 (patch) | |
| tree | cb93b2ec2fb678e44c791a466b643300a015a5f9 /drivers/net/Makefile | |
| parent | 120b5ef2876c3a3aa2addaba0179791ddcbe8b58 (diff) | |
| download | u-boot-1d99534beffea9b8e54a2cf31776cff68c4fc676.tar.gz u-boot-1d99534beffea9b8e54a2cf31776cff68c4fc676.tar.xz u-boot-1d99534beffea9b8e54a2cf31776cff68c4fc676.zip | |
drivers: net: add NXP ENETC MDIO driver
Adds a driver for the MDIO interface currently integrated in LS1028A SoC.
This MDIO interface is shared by multiple ethernet interfaces and is
presented as a stand-alone PCI function on the SoC ECAM.
Ethernet has a functional dependency on MDIO, for simplicity there is a
single config option for both.
Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/net/Makefile')
| -rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index a894a42efb..b6e40df522 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -79,4 +79,4 @@ obj-$(CONFIG_MEDIATEK_ETH) += mtk_eth.o obj-y += mscc_eswitch/ obj-$(CONFIG_HIGMACV300_ETH) += higmacv300.o obj-$(CONFIG_MDIO_SANDBOX) += mdio_sandbox.o -obj-$(CONFIG_FSL_ENETC) += fsl_enetc.o +obj-$(CONFIG_FSL_ENETC) += fsl_enetc.o fsl_enetc_mdio.o |
