aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 9c7e5ffb223..5098fd2ff4d 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -632,5 +632,15 @@ config TCP_MD5SIG
If unsure, say N.
+config IP_UDPLITE
+ bool "IP: UDP-Lite Protocol (RFC 3828)"
+ default n
+ ---help---
+ UDP-Lite (RFC 3828) is a UDP-like protocol with variable-length
+ checksum. Read <file:Documentation/networking/udplite.txt> for
+ details.
+
+ If unsure, say N.
+
source "net/ipv4/ipvs/Kconfig"