From: Kevin Hilman Date: Fri, 3 Jun 2016 22:38:15 +0000 (-0700) Subject: arm64: defconfig: enable stmmac and realtek PHY as modules X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=72557a658a4e0603814e09f3bc8551f2d3b58802;p=deliverable%2Flinux.git arm64: defconfig: enable stmmac and realtek PHY as modules Some Amlogic GXBB boards use the stmmac ethernet driver. Also, enable the realtek PHY used on meson-gxbb-odroidc2. The micrel PHY used on the meson-gxbb-p20x boards is already enabled. Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 83dd183077ef..a8dd03e28ed7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -128,6 +128,8 @@ CONFIG_SKY2=y CONFIG_RAVB=y CONFIG_SMC91X=y CONFIG_SMSC911X=y +CONFIG_STMMAC_ETH=m +CONFIG_REALTEK_PHY=m CONFIG_MICREL_PHY=y CONFIG_USB_PEGASUS=m CONFIG_USB_RTL8150=m