From f85e00e47b4e154c3e48664f7c672e9f0b47c22c Mon Sep 17 00:00:00 2001 From: David Wu Date: Wed, 30 Aug 2017 16:25:23 +0800 Subject: [PATCH] arm64: configs: rockchip: Enable ROCKCHIP_PHY config Change-Id: Ib052997624c2cbe9656ae841b2847e0e9eaacd2f Signed-off-by: David Wu --- arch/arm64/configs/rockchip_defconfig | 1 + arch/arm64/configs/rockchip_linux_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index dfbe4223a8b3..c3a54a7b6fe1 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -306,6 +306,7 @@ CONFIG_STMMAC_ETH=y # CONFIG_NET_VENDOR_TI is not set # CONFIG_NET_VENDOR_VIA is not set # CONFIG_NET_VENDOR_WIZNET is not set +CONFIG_ROCKCHIP_PHY=y CONFIG_PPP=y CONFIG_PPP_BSDCOMP=y CONFIG_PPP_DEFLATE=y diff --git a/arch/arm64/configs/rockchip_linux_defconfig b/arch/arm64/configs/rockchip_linux_defconfig index 04818b62fd4e..664342542b21 100644 --- a/arch/arm64/configs/rockchip_linux_defconfig +++ b/arch/arm64/configs/rockchip_linux_defconfig @@ -168,6 +168,7 @@ CONFIG_STMMAC_ETH=y # CONFIG_NET_VENDOR_TI is not set # CONFIG_NET_VENDOR_VIA is not set # CONFIG_NET_VENDOR_WIZNET is not set +CONFIG_ROCKCHIP_PHY=y CONFIG_USB_RTL8150=y CONFIG_USB_RTL8152=y CONFIG_USB_NET_CDC_MBIM=y