diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-21 22:10:08 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-01 13:00:16 +0200 |
commit | ed43a4d4ac195bf3c149805094b628a0d45f8880 (patch) | |
tree | 7e6d4475a48cc6b7a0de128714de468a753ba71d /target/linux/sunxi/config-4.9 | |
parent | a8f63a0717f553e0a1b37ee9212fc4cb2a801426 (diff) | |
download | upstream-ed43a4d4ac195bf3c149805094b628a0d45f8880.tar.gz upstream-ed43a4d4ac195bf3c149805094b628a0d45f8880.tar.bz2 upstream-ed43a4d4ac195bf3c149805094b628a0d45f8880.zip |
sunxi: backport the stmmac driver from kernel 4.13
This adds support for the GMAC which is use in the A64 and other
Allwinner chips by backporting the changes from the kernel versions
4.13.
Some commits are not backported which are adding support for newly
introduced APIs which are not available in kernel 4.9.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi/config-4.9')
-rw-r--r-- | target/linux/sunxi/config-4.9 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-4.9 b/target/linux/sunxi/config-4.9 index 45677f9a83..e961c8ad82 100644 --- a/target/linux/sunxi/config-4.9 +++ b/target/linux/sunxi/config-4.9 @@ -146,7 +146,9 @@ CONFIG_DMA_VIRTUAL_CHANNELS=y CONFIG_DNOTIFY=y CONFIG_DTC=y CONFIG_DUMMY_CONSOLE=y +# CONFIG_DWMAC_DWC_QOS_ETH is not set CONFIG_DWMAC_GENERIC=y +# CONFIG_DWMAC_SUN8I is not set CONFIG_DWMAC_SUNXI=y CONFIG_DYNAMIC_DEBUG=y CONFIG_EDAC_ATOMIC_SCRUB=y |