diff options
Diffstat (limited to 'net/tipc/Kconfig')
-rw-r--r-- | net/tipc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/tipc/Kconfig b/net/tipc/Kconfig index c25a3a149dc4..e450212121d2 100644 --- a/net/tipc/Kconfig +++ b/net/tipc/Kconfig | |||
@@ -34,3 +34,11 @@ config TIPC_MEDIA_UDP | |||
34 | Saying Y here will enable support for running TIPC over IP/UDP | 34 | Saying Y here will enable support for running TIPC over IP/UDP |
35 | bool | 35 | bool |
36 | default y | 36 | default y |
37 | |||
38 | config TIPC_DIAG | ||
39 | tristate "TIPC: socket monitoring interface" | ||
40 | depends on TIPC | ||
41 | default y | ||
42 | ---help--- | ||
43 | Support for TIPC socket monitoring interface used by ss tool. | ||
44 | If unsure, say Y. | ||