commit | 65831d984c0fd981dc300337e0560a2e68f1aefb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 18 11:27:50 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 21 14:01:34 2022 -0500 |
tree | 82f8e40ad98e271528c464f032d51e79d257e8d1 | |
parent | e0eb4efbe6ce050d606e910c11f293b34628c431 [diff] [blame] |
Convert CONFIG_TIMESTAMP to Kconfig This converts the following to Kconfig: CONFIG_TIMESTAMP Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/net/Kconfig b/net/Kconfig index 8ddea28..e5b5837 100644 --- a/net/Kconfig +++ b/net/Kconfig
@@ -110,6 +110,7 @@ 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