aboutsummaryrefslogtreecommitdiff
path: root/configs/mvebu_espressobin-88f3720_defconfig
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2022-04-27 12:41:58 +0200
committerStefan Roese <sr@denx.de>2022-05-04 07:05:51 +0200
commit77fcf3cf12516dad3df8c19a51d1cf06e1a4bda3 (patch)
tree66edc696988157380021b39e21b6000ec9f3f52a /configs/mvebu_espressobin-88f3720_defconfig
parent31f4ccca0aa21a8dc14fc6021e8b598dca26489c (diff)
downloadu-boot-77fcf3cf12516dad3df8c19a51d1cf06e1a4bda3.zip
u-boot-77fcf3cf12516dad3df8c19a51d1cf06e1a4bda3.tar.gz
u-boot-77fcf3cf12516dad3df8c19a51d1cf06e1a4bda3.tar.bz2
net: mvneta: Convert to use PHY_FIXED for fixed-link
Stop parsing fixed-link in the MAC driver. Instead support only PHY mode and let the fixed PHY driver handle the fixed-link case. Enable CONFIG_PHY_FIXED for mvneta boards that need it: Turris Omnia and ESPRESSObin. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_espressobin-88f3720_defconfig')
-rw-r--r--configs/mvebu_espressobin-88f3720_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
index 37e4fdc4..8d7d57f 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -74,6 +74,7 @@ CONFIG_SPI_FLASH_STMICRO=y
CONFIG_SPI_FLASH_WINBOND=y
CONFIG_SPI_FLASH_MTD=y
CONFIG_PHY_MARVELL=y
+CONFIG_PHY_FIXED=y
CONFIG_PHY_GIGE=y
CONFIG_E1000=y
CONFIG_MVNETA=y