diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-18 11:27:50 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-21 14:01:34 -0500 |
commit | d6b318de2f0670b13240c7147e60497aef5f1164 (patch) | |
tree | 82f8e40ad98e271528c464f032d51e79d257e8d1 /net | |
parent | 4b37fd146bb86b72f52b97386602ae58727b09fc (diff) | |
download | u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.zip u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.tar.gz u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.tar.bz2 |
Convert CONFIG_TIMESTAMP to Kconfig
This converts the following to Kconfig:
CONFIG_TIMESTAMP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 8ddea28..e5b5837 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -110,6 +110,7 @@ config KEEP_SERVERADDR config UDP_CHECKSUM bool "Check the UDP checksum" + default y if SANDBOX help Enable this to verify the checksum on UDP packets. If the checksum is wrong then the packet is discussed and an error is shown, like |