From 16879cd25a4089cde2f3393fb09567df53402679 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Fri, 30 Mar 2018 11:52:16 -0500 Subject: net: phy: Don't limit phy addresses by default Some boards expect to find more than one phy while other boards are old and need to be limited to a specific phy address. Only limit the phy address for boards that opt in. Signed-off-by: Joe Hershberger Tested-by: Bin Meng Acked-by: Neil Armstrong Reviewed-by: Philipp Tomsich --- configs/libretech-cc_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/libretech-cc_defconfig') diff --git a/configs/libretech-cc_defconfig b/configs/libretech-cc_defconfig index 18ddb45d95..931496c8de 100644 --- a/configs/libretech-cc_defconfig +++ b/configs/libretech-cc_defconfig @@ -20,6 +20,7 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM_GPIO=y CONFIG_DM_MMC=y CONFIG_MMC_MESON_GX=y +CONFIG_PHY_ADDR_ENABLE=y CONFIG_PHY_ADDR=8 CONFIG_PHY_MESON_GXL=y CONFIG_DM_ETH=y -- cgit