summaryrefslogtreecommitdiff
path: root/net/unix/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/unix/Kconfig')
-rw-r--r--net/unix/Kconfig9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/unix/Kconfig b/net/unix/Kconfig
index 28b232f281ab..6f1783c1659b 100644
--- a/net/unix/Kconfig
+++ b/net/unix/Kconfig
@@ -16,15 +16,12 @@ config UNIX
Say Y unless you know what you are doing.
-config UNIX_SCM
- bool
- depends on UNIX
- default y
-
config AF_UNIX_OOB
- bool
+ bool "UNIX: out-of-bound messages"
depends on UNIX
default y
+ help
+ Support for MSG_OOB in UNIX domain sockets. If unsure, say Y.
config UNIX_DIAG
tristate "UNIX: socket monitoring interface"