diff options
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r-- | net/ipv4/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index d183262943d9..20f1cb5c8aba 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -262,8 +262,8 @@ config ARPD | |||
262 | bool "IP: ARP daemon support" | 262 | bool "IP: ARP daemon support" |
263 | ---help--- | 263 | ---help--- |
264 | The kernel maintains an internal cache which maps IP addresses to | 264 | The kernel maintains an internal cache which maps IP addresses to |
265 | hardware addresses on the local network, so that Ethernet/Token Ring/ | 265 | hardware addresses on the local network, so that Ethernet |
266 | etc. frames are sent to the proper address on the physical networking | 266 | frames are sent to the proper address on the physical networking |
267 | layer. Normally, kernel uses the ARP protocol to resolve these | 267 | layer. Normally, kernel uses the ARP protocol to resolve these |
268 | mappings. | 268 | mappings. |
269 | 269 | ||
@@ -312,7 +312,7 @@ config SYN_COOKIES | |||
312 | 312 | ||
313 | config INET_AH | 313 | config INET_AH |
314 | tristate "IP: AH transformation" | 314 | tristate "IP: AH transformation" |
315 | select XFRM | 315 | select XFRM_ALGO |
316 | select CRYPTO | 316 | select CRYPTO |
317 | select CRYPTO_HMAC | 317 | select CRYPTO_HMAC |
318 | select CRYPTO_MD5 | 318 | select CRYPTO_MD5 |
@@ -324,7 +324,7 @@ config INET_AH | |||
324 | 324 | ||
325 | config INET_ESP | 325 | config INET_ESP |
326 | tristate "IP: ESP transformation" | 326 | tristate "IP: ESP transformation" |
327 | select XFRM | 327 | select XFRM_ALGO |
328 | select CRYPTO | 328 | select CRYPTO |
329 | select CRYPTO_AUTHENC | 329 | select CRYPTO_AUTHENC |
330 | select CRYPTO_HMAC | 330 | select CRYPTO_HMAC |