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/am335x_shc_sdboot_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/am335x_shc_sdboot_defconfig') diff --git a/configs/am335x_shc_sdboot_defconfig b/configs/am335x_shc_sdboot_defconfig index f8f88d3..346efad 100644 --- a/configs/am335x_shc_sdboot_defconfig +++ b/configs/am335x_shc_sdboot_defconfig @@ -39,6 +39,7 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_MMC_OMAP_HS=y CONFIG_DRIVER_TI_CPSW=y +CONFIG_PHY_ADDR_ENABLE=y CONFIG_SYS_NS16550=y CONFIG_OMAP3_SPI=y CONFIG_FAT_WRITE=y -- cgit v1.1