Loading net/unix/Kconfig +7 −0 Original line number Original line Diff line number Diff line Loading @@ -19,3 +19,10 @@ config UNIX Say Y unless you know what you are doing. Say Y unless you know what you are doing. config UNIX_DIAG tristate "UNIX: socket monitoring interface" depends on UNIX default UNIX ---help--- Support for UNIX socket monitoring interface used by the ss tool. If unsure, say Y. net/unix/Makefile +3 −0 Original line number Original line Diff line number Diff line Loading @@ -6,3 +6,6 @@ obj-$(CONFIG_UNIX) += unix.o unix-y := af_unix.o garbage.o unix-y := af_unix.o garbage.o unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o obj-$(CONFIG_UNIX_DIAG) += unix_diag.o unix_diag-y := diag.o Loading
net/unix/Kconfig +7 −0 Original line number Original line Diff line number Diff line Loading @@ -19,3 +19,10 @@ config UNIX Say Y unless you know what you are doing. Say Y unless you know what you are doing. config UNIX_DIAG tristate "UNIX: socket monitoring interface" depends on UNIX default UNIX ---help--- Support for UNIX socket monitoring interface used by the ss tool. If unsure, say Y.
net/unix/Makefile +3 −0 Original line number Original line Diff line number Diff line Loading @@ -6,3 +6,6 @@ obj-$(CONFIG_UNIX) += unix.o unix-y := af_unix.o garbage.o unix-y := af_unix.o garbage.o unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o obj-$(CONFIG_UNIX_DIAG) += unix_diag.o unix_diag-y := diag.o