Kconfig (5a84d159061d914c8dd4aa372ac6e9529c2be453) Kconfig (95c385b4d5a71b8ad552aecaa968ea46d7da2f6a)
1#
2# IPv6 configuration
3#
4
5# IPv6 as module will cause a CRASH if you try to unload it
6config IPV6
7 tristate "The IPv6 protocol"
8 default m

--- 43 unchanged lines hidden (view full) ---

52config IPV6_ROUTE_INFO
53 bool "IPv6: Route Information (RFC 4191) support (EXPERIMENTAL)"
54 depends on IPV6_ROUTER_PREF && EXPERIMENTAL
55 ---help---
56 This is experimental support of Route Information.
57
58 If unsure, say N.
59
1#
2# IPv6 configuration
3#
4
5# IPv6 as module will cause a CRASH if you try to unload it
6config IPV6
7 tristate "The IPv6 protocol"
8 default m

--- 43 unchanged lines hidden (view full) ---

52config IPV6_ROUTE_INFO
53 bool "IPv6: Route Information (RFC 4191) support (EXPERIMENTAL)"
54 depends on IPV6_ROUTER_PREF && EXPERIMENTAL
55 ---help---
56 This is experimental support of Route Information.
57
58 If unsure, say N.
59
60config IPV6_OPTIMISTIC_DAD
61 bool "IPv6: Enable RFC 4429 Optimistic DAD (EXPERIMENTAL)"
62 depends on IPV6 && EXPERIMENTAL
63 ---help---
64 This is experimental support for optimistic Duplicate
65 Address Detection. It allows for autoconfigured addresses
66 to be used more quickly.
67
68 If unsure, say N.
69
60config INET6_AH
61 tristate "IPv6: AH transformation"
62 depends on IPV6
63 select XFRM
64 select CRYPTO
65 select CRYPTO_HMAC
66 select CRYPTO_MD5
67 select CRYPTO_SHA1

--- 132 unchanged lines hidden ---
70config INET6_AH
71 tristate "IPv6: AH transformation"
72 depends on IPV6
73 select XFRM
74 select CRYPTO
75 select CRYPTO_HMAC
76 select CRYPTO_MD5
77 select CRYPTO_SHA1

--- 132 unchanged lines hidden ---