diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-11 09:12:01 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:17 -0400 |
commit | 5d4e863bf80985f915204270d1ba7c16d58d3077 (patch) | |
tree | 54745d7890f8b8b4f2c9bc4e1c4eb213e3a2b8b4 /net/Kconfig | |
parent | 5f7c886c8218a5dc8ac63fff93ec937a6ed5b200 (diff) | |
download | u-boot-5d4e863bf80985f915204270d1ba7c16d58d3077.tar.gz |
Convert CONFIG_ARP_TIMEOUT to Kconfig
This converts the following to Kconfig:
CONFIG_ARP_TIMEOUT
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 2ae9d6a0203..683c2adf5a8 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -8,6 +8,10 @@ menuconfig NET if NET +config ARP_TIMEOUT + int "Milliseconds before trying ARP again" + default 5000 + config PROT_UDP bool "Enable generic udp framework" help |