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/cortexa7 | |
parent | a8f63a0717f553e0a1b37ee9212fc4cb2a801426 (diff) | |
download | mtk-20170518-ed43a4d4ac195bf3c149805094b628a0d45f8880.zip mtk-20170518-ed43a4d4ac195bf3c149805094b628a0d45f8880.tar.gz mtk-20170518-ed43a4d4ac195bf3c149805094b628a0d45f8880.tar.bz2 |
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/cortexa7')
-rw-r--r-- | target/linux/sunxi/cortexa7/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/cortexa7/config-default b/target/linux/sunxi/cortexa7/config-default index aabfa5a..fe974c1 100644 --- a/target/linux/sunxi/cortexa7/config-default +++ b/target/linux/sunxi/cortexa7/config-default @@ -1,3 +1,4 @@ +CONFIG_DWMAC_SUN8I=y # CONFIG_MACH_SUN4I is not set # CONFIG_MACH_SUN5I is not set # CONFIG_PINCTRL_GR8 is not set |