aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /net/unix/Kconfig
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'net/unix/Kconfig')
-rw-r--r--net/unix/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/unix/Kconfig b/net/unix/Kconfig
index 8b31ab85d05..5a69733bcda 100644
--- a/net/unix/Kconfig
+++ b/net/unix/Kconfig
@@ -19,10 +19,3 @@ config UNIX
19 19
20 Say Y unless you know what you are doing. 20 Say Y unless you know what you are doing.
21 21
22config UNIX_DIAG
23 tristate "UNIX: socket monitoring interface"
24 depends on UNIX
25 default n
26 ---help---
27 Support for UNIX socket monitoring interface used by the ss tool.
28 If unsure, say Y.