diff options
author | Timur Tabi <timur@codeaurora.org> | 2017-06-21 12:30:47 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-06-23 10:17:22 +0200 |
commit | 4bff58bfb831061e86631241e643bcca5c7e9e0e (patch) | |
tree | e907150f31f28142287011be3eb65b758c6e867d /arch/arm64/configs | |
parent | fa8054ef45dba87311caefdbe333aa03734fd269 (diff) | |
download | linux-stable-4bff58bfb831061e86631241e643bcca5c7e9e0e.tar.gz linux-stable-4bff58bfb831061e86631241e643bcca5c7e9e0e.tar.bz2 linux-stable-4bff58bfb831061e86631241e643bcca5c7e9e0e.zip |
arm64: defconfig: enable Qualcomm Technologies EMAC and some PHY drivers
The EMAC is present on Qualcomm Technologies' server and some mobile
chips, and is used as the primary Ethernet interface.
Systems that have these SOCs typically have an Atheros 803x or
Marvell 88e1111 PHY in them, so enable those drivers too.
Signed-off-by: Timur Tabi <timur@codeaurora.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 67b286c50f3e..79b34eb69e14 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -191,11 +191,14 @@ CONFIG_IGBVF=y CONFIG_MVNETA=y CONFIG_MVPP2=y CONFIG_SKY2=y +CONFIG_QCOM_EMAC=m CONFIG_RAVB=y CONFIG_SMC91X=y CONFIG_SMSC911X=y CONFIG_STMMAC_ETH=m CONFIG_MDIO_BUS_MUX_MMIOREG=y +CONFIG_AT803X_PHY=m +CONFIG_MARVELL_PHY=m CONFIG_MESON_GXL_PHY=m CONFIG_MICREL_PHY=y CONFIG_REALTEK_PHY=m |