diff mbox series

[v2,19/34] configs: sama7g5ek: enable mii command

Message ID 20201205100316.179531-20-eugen.hristev@microchip.com
State Accepted
Commit 02dae80ee49ab0fd8d524b9c7a768476fcdfe1b5
Delegated to: Eugen Hristev
Headers show
Series Sama7g5 Evaluation Kit support | expand

Commit Message

Eugen Hristev Dec. 5, 2020, 10:03 a.m. UTC
From: Claudiu Beznea <claudiu.beznea@microchip.com>

Enable mii command as ethernet's PHY specific programming is
based on it.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 configs/sama7g5ek_mmc1_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/sama7g5ek_mmc1_defconfig b/configs/sama7g5ek_mmc1_defconfig
index 99e2439516..176f4f3000 100644
--- a/configs/sama7g5ek_mmc1_defconfig
+++ b/configs/sama7g5ek_mmc1_defconfig
@@ -29,6 +29,7 @@  CONFIG_CMD_I2C=y
 # CONFIG_CMD_LOADS is not set
 CONFIG_CMD_MMC=y
 CONFIG_CMD_DHCP=y
+CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_FAT=y