diff options
Diffstat (limited to 'net/unix/Kconfig')
-rw-r--r-- | net/unix/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/unix/Kconfig b/net/unix/Kconfig index 8b31ab85d050..3b9e450656a4 100644 --- a/net/unix/Kconfig +++ b/net/unix/Kconfig @@ -19,6 +19,11 @@ config UNIX Say Y unless you know what you are doing. +config UNIX_SCM + bool + depends on UNIX + default y + config UNIX_DIAG tristate "UNIX: socket monitoring interface" depends on UNIX |