2024年3月16日发(作者:)
help
This selects the hieth gmac family network device. The gigabit
switch fabric (GSF) receives and transmits data over two Ethernet
ports at 10/100/1000 Mbit/s in full-duplex or half-duplex mode.
The Ethernet port exchanges data with the CPU port, and supports
the energy efficient Ethernet (EEE) and wake on LAN (WoL) functions.
if HIETH_GMAC
海思配置
endif
三、对应的Makefile
drivers/net/ethernet/hieth-gmac/Makefile
obj-$(CONFIG_HIETH_GMAC) += hieth-gmac.o
hieth-gmac-objs := ctrl.o higmac.o mdio.o forward.o autoeee/autoeee.o autoeee/phy_id_table.o phy_fix.o


发布评论