net/handshake: Create a NETLINK service for handling handshake requests
[linux-block.git] / net / Kconfig
index f806722bccf450c62e07bfdb245e5195ac4a156d..4b800706cc76dfa271bfa293bd03d4a40507ce04 100644 (file)
@@ -68,6 +68,11 @@ source "net/iucv/Kconfig"
 source "net/smc/Kconfig"
 source "net/xdp/Kconfig"
 
+config NET_HANDSHAKE
+       bool
+       depends on SUNRPC || NVME_TARGET_TCP || NVME_TCP
+       default y
+
 config INET
        bool "TCP/IP networking"
        help