aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/unix/Kconfig')
-rw-r--r--net/unix/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/unix/Kconfig b/net/unix/Kconfig
index b6c4282899ec..b7f811216820 100644
--- a/net/unix/Kconfig
+++ b/net/unix/Kconfig
@@ -25,6 +25,11 @@ config UNIX_SCM
depends on UNIX
default y
+config AF_UNIX_OOB
+ bool
+ depends on UNIX
+ default y
+
config UNIX_DIAG
tristate "UNIX: socket monitoring interface"
depends on UNIX