diff options
author | 2016-06-01 10:39:59 +0900 | |
---|---|---|
committer | 2016-06-03 12:22:50 -0700 | |
commit | ad763ee76148db8a5d9f7e18011d1df405fca59e (patch) | |
tree | 51cd30f7ee49a5dabd0dfeb98e24a15c0083da1e | |
parent | Linux 4.7-rc1 (diff) | |
download | linux-dev-ad763ee76148db8a5d9f7e18011d1df405fca59e.tar.xz linux-dev-ad763ee76148db8a5d9f7e18011d1df405fca59e.zip |
arm64: defconfig: Enable Cadence MACB/GEM support
This patch enables the cadence MACB/GEM support that is needed
by lg1k SoCs.
Signed-off-by: Chanho Min <chanho.min@lge.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index fd2d74d0491e..4edbbac33fd2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -120,6 +120,7 @@ CONFIG_TUN=y CONFIG_VIRTIO_NET=y CONFIG_AMD_XGBE=y CONFIG_NET_XGENE=y +CONFIG_MACB=y CONFIG_E1000E=y CONFIG_IGB=y CONFIG_IGBVF=y |