summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-03-25 08:02:04 -0400
committerTom Rini <[email protected]>2022-03-25 08:02:31 -0400
commit3b2d19c838a48350e06d4c12e4d749eec0217f2c (patch)
tree2365bd9cda80b0bcbd56d181683186534287553c /cmd
parenta958c58571ef2af420f482f47a34924d75510065 (diff)
parentb40d2b2891382398c1be1df6ee1b6390f247a030 (diff)
Merge branch '2022-03-25-Kconfig-migrations' into next
- Merge a number of Kconfig migration patches
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 564daa7bbc8..25c9fde4a7b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1658,6 +1658,10 @@ config CMD_MII
to management parameters and services.
The interface is referred to as the MII management interface.
+config MII_INIT
+ bool "Call mii_init() in the mii command"
+ depends on CMD_MII && (MPC8XX_FEC || FSLDMAFE || MCFFEC)
+
config CMD_MDIO
bool "mdio"
depends on PHYLIB