diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2017-05-31 10:18:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-01 21:53:09 +0300 |
commit | 2428fd0fe5508f5d8599d70cd6f650e19e835b5a (patch) | |
tree | 91d902c371f882b3b92967198f6398531fbdfead /arch | |
parent | 5209324407477f5dbe2ad6def17584e80b7faa91 (diff) | |
download | linux-2428fd0fe5508f5d8599d70cd6f650e19e835b5a.tar.xz |
arm64: defconfig: Enable dwmac-sun8i driver on defconfig
Enable the dwmac-sun8i ethernet driver as a module in the ARM64 defconfig.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-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 65cdd878cfbd..d673c7096b90 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -190,6 +190,7 @@ CONFIG_RAVB=y CONFIG_SMC91X=y CONFIG_SMSC911X=y CONFIG_STMMAC_ETH=m +CONFIG_DWMAC_SUN8I=m CONFIG_MDIO_BUS_MUX_MMIOREG=y CONFIG_MESON_GXL_PHY=m CONFIG_MICREL_PHY=y |