9p/trans_fd: split into dedicated module
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 3 Nov 2021 19:38:21 +0000 (20:38 +0100)
committerDominique Martinet <asmadeus@codewreck.org>
Mon, 10 Jan 2022 00:58:30 +0000 (09:58 +0900)
commit1c582c6dc4244d88f702dc3afd5b47225332edf6
tree721791c320b35e6e17c1333b61a2664129d57e07
parent90d6cf349c5604bd79f1191d09ff1be0165a0513
9p/trans_fd: split into dedicated module

This allows these transports only to be used when needed.

Link: https://lkml.kernel.org/r/20211103193823.111007-3-linux@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
[Dominique: Kconfig NET_9P_FD: -depends VIRTIO, +default NET_9P]
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
include/net/9p/9p.h
net/9p/Kconfig
net/9p/Makefile
net/9p/mod.c
net/9p/trans_fd.c