diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2018-03-30 11:52:16 -0500 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-04-13 15:56:47 -0500 |
commit | 16879cd25a4089cde2f3393fb09567df53402679 (patch) | |
tree | a626190ced4eecf50f4d15501e30d06b453c4e90 /configs/work_92105_defconfig | |
parent | 86271b3f29903437a1f1de7625963b1878601c39 (diff) | |
download | u-boot-16879cd25a4089cde2f3393fb09567df53402679.tar.gz |
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/work_92105_defconfig')
-rw-r--r-- | configs/work_92105_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/work_92105_defconfig b/configs/work_92105_defconfig index 150fb077dc..677672d0b6 100644 --- a/configs/work_92105_defconfig +++ b/configs/work_92105_defconfig @@ -36,6 +36,7 @@ CONFIG_SPL_DM=y CONFIG_DM_GPIO=y # CONFIG_MMC is not set CONFIG_PHYLIB=y +CONFIG_PHY_ADDR_ENABLE=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y CONFIG_LPC32XX_SSP=y |