Commit 45da2344 authored by Jan Beulich's avatar Jan Beulich Committed by Juergen Gross

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: default avatarJan Beulich <jbeulich@suse.com>
Acked-by: default avatarStefano Stabellini <sstabellini@kernel.org>

Link: https://lore.kernel.org/r/54a6070c-92bb-36a3-2fc0-de9ccca438c5@suse.comSigned-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 36c9b592
...@@ -214,7 +214,7 @@ config XEN_PVCALLS_FRONTEND ...@@ -214,7 +214,7 @@ config XEN_PVCALLS_FRONTEND
implements them. implements them.
config XEN_PVCALLS_BACKEND config XEN_PVCALLS_BACKEND
bool "XEN PV Calls backend driver" tristate "XEN PV Calls backend driver"
depends on INET && XEN && XEN_BACKEND depends on INET && XEN && XEN_BACKEND
help help
Experimental backend for the Xen PV Calls protocol Experimental backend for the Xen PV Calls protocol
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment