diff options
| author | Tom Rini <[email protected]> | 2022-03-18 12:48:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-18 12:48:34 -0400 |
| commit | e29654e40856eb63130aecb98128ae17735a4671 (patch) | |
| tree | 899d1c3b626bf5449fbbba452e8c15be07b2fa6b /cmd | |
| parent | 297e6eb8dcf9d90aaf9b0d146cdd502403003d04 (diff) | |
| parent | cb81640011270dae6346979ef36264a72cf3b565 (diff) | |
Merge branch '2022-03-18-Kconfig-migrations' into next
- A large number of Kconfig migrations. This also includes a few
convert-by-enable of DM_ETH on some i.MX platforms.
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 9d0e803716d..564daa7bbc8 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1638,6 +1638,15 @@ config CMD_NFS help Boot image via network using NFS protocol. +config NFS_TIMEOUT + int "Timeout in milliseconds for NFS mounts" + depends on CMD_NFS + default 2000 + help + Timeout in milliseconds used in NFS protocol. If you encounter + "ERROR: Cannot umount" in nfs command, try longer timeout such as + 10000. + config CMD_MII bool "mii" imply CMD_MDIO |
