Skip to content

Commit 45da234

Browse files
jbeulichjgross1
authored andcommitted
xen/pvcalls: backend can be a module
It's not clear to me why only the frontend has been tristate. Switch the backend to be, too. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> Link: https://lore.kernel.org/r/54a6070c-92bb-36a3-2fc0-de9ccca438c5@suse.com Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 36c9b59 commit 45da234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ config XEN_PVCALLS_FRONTEND
214214
implements them.
215215

216216
config XEN_PVCALLS_BACKEND
217-
bool "XEN PV Calls backend driver"
217+
tristate "XEN PV Calls backend driver"
218218
depends on INET && XEN && XEN_BACKEND
219219
help
220220
Experimental backend for the Xen PV Calls protocol

0 commit comments

Comments
 (0)