diff options
| -rw-r--r-- | net/dccp/Kconfig | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig index b8a68dd41000..0549e4719b13 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | menu "DCCP Configuration (EXPERIMENTAL)" | 1 | menuconfig IP_DCCP |
| 2 | depends on INET && EXPERIMENTAL | ||
| 3 | |||
| 4 | config IP_DCCP | ||
| 5 | tristate "The DCCP Protocol (EXPERIMENTAL)" | 2 | tristate "The DCCP Protocol (EXPERIMENTAL)" |
| 3 | depends on INET && EXPERIMENTAL | ||
| 6 | ---help--- | 4 | ---help--- |
| 7 | Datagram Congestion Control Protocol (RFC 4340) | 5 | Datagram Congestion Control Protocol (RFC 4340) |
| 8 | 6 | ||
| @@ -19,19 +17,20 @@ config IP_DCCP | |||
| 19 | 17 | ||
| 20 | If in doubt, say N. | 18 | If in doubt, say N. |
| 21 | 19 | ||
| 20 | if IP_DCCP | ||
| 21 | |||
| 22 | config INET_DCCP_DIAG | 22 | config INET_DCCP_DIAG |
| 23 | depends on IP_DCCP && INET_DIAG | 23 | depends on INET_DIAG |
| 24 | def_tristate y if (IP_DCCP = y && INET_DIAG = y) | 24 | def_tristate y if (IP_DCCP = y && INET_DIAG = y) |
| 25 | def_tristate m | 25 | def_tristate m |
| 26 | 26 | ||
| 27 | config IP_DCCP_ACKVEC | 27 | config IP_DCCP_ACKVEC |
| 28 | depends on IP_DCCP | ||
| 29 | bool | 28 | bool |
| 30 | 29 | ||
| 31 | source "net/dccp/ccids/Kconfig" | 30 | source "net/dccp/ccids/Kconfig" |
| 32 | 31 | ||
| 33 | menu "DCCP Kernel Hacking" | 32 | menu "DCCP Kernel Hacking" |
| 34 | depends on IP_DCCP && DEBUG_KERNEL=y | 33 | depends on DEBUG_KERNEL=y |
| 35 | 34 | ||
| 36 | config IP_DCCP_DEBUG | 35 | config IP_DCCP_DEBUG |
| 37 | bool "DCCP debug messages" | 36 | bool "DCCP debug messages" |
| @@ -61,4 +60,4 @@ config NET_DCCPPROBE | |||
| 61 | 60 | ||
| 62 | endmenu | 61 | endmenu |
| 63 | 62 | ||
| 64 | endmenu | 63 | endif # IP_DDCP |
