]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: defconfig: enable Qualcomm Technologies EMAC and some PHY drivers
authorTimur Tabi <timur@codeaurora.org>
Wed, 21 Jun 2017 17:30:47 +0000 (12:30 -0500)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Jun 2017 08:17:22 +0000 (10:17 +0200)
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>
arch/arm64/configs/defconfig

index 67b286c50f3eadcc4321189c5fbd09b852f6d64e..79b34eb69e143c5b810f3053cfa1c89225f17850 100644 (file)
@@ -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