diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-01-13 21:41:59 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-17 11:07:17 +0100 |
commit | 8954bc31edfaf80e997b7899126cbbb24cb41cdc (patch) | |
tree | 4dcb8dbc8f5cf1fb221cc466454b7a5503599819 | |
parent | 765599cb0efdf2614b1c7241ba2996ece3412f94 (diff) | |
download | upstream-8954bc31edfaf80e997b7899126cbbb24cb41cdc.tar.gz upstream-8954bc31edfaf80e997b7899126cbbb24cb41cdc.tar.bz2 upstream-8954bc31edfaf80e997b7899126cbbb24cb41cdc.zip |
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@gmail.com>
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
-rw-r--r-- | target/linux/imx6/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx6/config-4.9 b/target/linux/imx6/config-4.9 index e4f262b381..12ba566877 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 |