提交 75b3f207 编写于 作者: A Arnaldo Carvalho de Melo 提交者: David S. Miller

[DCCP]: Make the Debug Menu available when DCCP is statically linked too

Signed-off-by: NArnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ba89966c
...@@ -27,7 +27,7 @@ config INET_DCCP_DIAG ...@@ -27,7 +27,7 @@ config INET_DCCP_DIAG
source "net/dccp/ccids/Kconfig" source "net/dccp/ccids/Kconfig"
menu "DCCP Kernel Hacking" menu "DCCP Kernel Hacking"
depends on IP_DCCP=m && DEBUG_KERNEL=y depends on IP_DCCP && DEBUG_KERNEL=y
config IP_DCCP_DEBUG config IP_DCCP_DEBUG
bool "DCCP debug messages" bool "DCCP debug messages"
...@@ -37,7 +37,7 @@ config IP_DCCP_DEBUG ...@@ -37,7 +37,7 @@ config IP_DCCP_DEBUG
Just say N. Just say N.
config IP_DCCP_UNLOAD_HACK config IP_DCCP_UNLOAD_HACK
depends on IP_DCCP_CCID3=m depends on IP_DCCP=m && IP_DCCP_CCID3=m
bool "DCCP control sock unload hack" bool "DCCP control sock unload hack"
---help--- ---help---
Enable this to be able to unload the dccp module when the it Enable this to be able to unload the dccp module when the it
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册