mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
lime2: fix gmac vs emac kernel issue
The Olimex lime2 has gigabit ethernet instead of fast ethernet of other limes. So it uses the gmac driver instead of the emac driver in linux kernel.
This commit is contained in:
parent
eeb41f14c8
commit
7b424b6ec9
@ -482,7 +482,47 @@ CONFIG_NETDEVICES=y
|
||||
CONFIG_NETCONSOLE=y
|
||||
CONFIG_NETCONSOLE_DYNAMIC=y
|
||||
CONFIG_TUN=m
|
||||
CONFIG_SUNXI_EMAC=y
|
||||
CONFIG_ETHERNET=y
|
||||
CONFIG_NET_VENDOR_BROADCOM=y
|
||||
# CONFIG_B44 is not set
|
||||
# CONFIG_NET_CALXEDA_XGMAC is not set
|
||||
CONFIG_NET_VENDOR_CHELSIO=y
|
||||
CONFIG_NET_VENDOR_CIRRUS=y
|
||||
# CONFIG_CS89x0 is not set
|
||||
# CONFIG_DM9000 is not set
|
||||
# CONFIG_DNET is not set
|
||||
CONFIG_NET_VENDOR_DLINK=y
|
||||
# CONFIG_DE600 is not set
|
||||
# CONFIG_DE620 is not set
|
||||
CONFIG_NET_VENDOR_FARADAY=y
|
||||
# CONFIG_FTMAC100 is not set
|
||||
# CONFIG_FTGMAC100 is not set
|
||||
CONFIG_NET_VENDOR_INTEL=y
|
||||
CONFIG_NET_VENDOR_I825XX=y
|
||||
CONFIG_NET_VENDOR_MARVELL=y
|
||||
CONFIG_NET_VENDOR_MICREL=y
|
||||
# CONFIG_KS8851 is not set
|
||||
# CONFIG_KS8851_MLL is not set
|
||||
CONFIG_NET_VENDOR_MICROCHIP=y
|
||||
# CONFIG_ENC28J60 is not set
|
||||
CONFIG_NET_VENDOR_NATSEMI=y
|
||||
CONFIG_NET_VENDOR_8390=y
|
||||
# CONFIG_AX88796 is not set
|
||||
# CONFIG_ETHOC is not set
|
||||
CONFIG_NET_VENDOR_SEEQ=y
|
||||
# CONFIG_SEEQ8005 is not set
|
||||
CONFIG_NET_VENDOR_SMSC=y
|
||||
# CONFIG_SMC91X is not set
|
||||
# CONFIG_SMC911X is not set
|
||||
# CONFIG_SMSC911X is not set
|
||||
CONFIG_NET_VENDOR_STMICRO=y
|
||||
# CONFIG_STMMAC_ETH is not set
|
||||
CONFIG_SUNXI_EMAC=m
|
||||
CONFIG_SUNXI_GMAC=y
|
||||
CONFIG_GMAC_SCRIPT_SYS=y
|
||||
CONFIG_GMAC_CLK_SYS=y
|
||||
CONFIG_GMAC_RING=y
|
||||
# CONFIG_GMAC_CHAINED is not set
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_MICREL_KS8995MA=m
|
||||
CONFIG_PLIP=m
|
||||
@ -581,6 +621,7 @@ CONFIG_RTL8723AS=m
|
||||
CONFIG_RTXX7X_SW=m
|
||||
CONFIG_WIMAX_I2400M_USB=m
|
||||
CONFIG_WIMAX_I2400M_SDIO=m
|
||||
CONFIG_WIMAX_I2400M_SDIO=m
|
||||
CONFIG_WIMAX_IWMC3200_SDIO=y
|
||||
CONFIG_INPUT_POLLDEV=y
|
||||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
|
||||
|
Loading…
Reference in New Issue
Block a user