summaryrefslogtreecommitdiff
path: root/configs/am335x_shc_netboot_defconfig
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2018-03-30 11:52:16 -0500
committerJoe Hershberger <joe.hershberger@ni.com>2018-04-13 15:56:47 -0500
commit16879cd25a4089cde2f3393fb09567df53402679 (patch)
treea626190ced4eecf50f4d15501e30d06b453c4e90 /configs/am335x_shc_netboot_defconfig
parent86271b3f29903437a1f1de7625963b1878601c39 (diff)
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 <joe.hershberger@ni.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/am335x_shc_netboot_defconfig')
-rw-r--r--configs/am335x_shc_netboot_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_shc_netboot_defconfig b/configs/am335x_shc_netboot_defconfig
index bd61102f67..3474f51f3c 100644
--- a/configs/am335x_shc_netboot_defconfig
+++ b/configs/am335x_shc_netboot_defconfig
@@ -40,6 +40,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