]> err.no Git - linux-2.6/blobdiff - net/ipv4/Kconfig
[UDP]: Allow users to configure UDP-Lite.
[linux-2.6] / net / ipv4 / Kconfig
index 24e2b7294bf89e46874cd7dd7dd30f2d08c15c5f..efe3832c4ad8f7da3edd1108dbb252c3fb73e809 100644 (file)
@@ -343,6 +343,7 @@ config INET_ESP
        tristate "IP: ESP transformation"
        select XFRM
        select CRYPTO
+       select CRYPTO_AEAD
        select CRYPTO_HMAC
        select CRYPTO_MD5
        select CRYPTO_CBC
@@ -631,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"