diff options
| author | Tom Rini <[email protected]> | 2022-03-25 08:02:04 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-25 08:02:31 -0400 |
| commit | 3b2d19c838a48350e06d4c12e4d749eec0217f2c (patch) | |
| tree | 2365bd9cda80b0bcbd56d181683186534287553c /cmd | |
| parent | a958c58571ef2af420f482f47a34924d75510065 (diff) | |
| parent | b40d2b2891382398c1be1df6ee1b6390f247a030 (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/Kconfig | 4 |
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 |
