[openwrt/openwrt] imx6: add support for the intel gbit driver on GW5520

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 17 02:07:23 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/8954bc31edfaf80e997b7899126cbbb24cb41cdc

commit 8954bc31edfaf80e997b7899126cbbb24cb41cdc
Author: Koen Vandeputte <koen.vandeputte at ncentric.com>
AuthorDate: Sat Jan 13 21:41:59 2018 +0100

    imx6: add support for the intel gbit driver on GW5520
    
    The Gateworks GW5520 board uses 2x intel gigabit mac's, instead of the
    internal i.MX6 FEC.
    
    Add support for these.
    
    Signed-off-by: Scott V. Kamp <outbackdingo at gmail.com>
    Signed-off-by: Koen Vandeputte <koen.vandeputte at ncentric.com>
---
 target/linux/imx6/config-4.9 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/imx6/config-4.9 b/target/linux/imx6/config-4.9
index e4f262b..12ba566 100644
--- a/target/linux/imx6/config-4.9
+++ b/target/linux/imx6/config-4.9
@@ -160,6 +160,7 @@ CONFIG_DMADEVICES=y
 CONFIG_DMA_ENGINE=y
 CONFIG_DMA_OF=y
 CONFIG_DTC=y
+CONFIG_E1000E=y
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 # CONFIG_ENABLE_DEFAULT_TRACERS is not set



More information about the lede-commits mailing list