projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c9b59
)
xen/pvcalls: backend can be a module
author
Jan Beulich
<jbeulich@suse.com>
Tue, 7 Sep 2021 12:17:13 +0000
(14:17 +0200)
committer
Juergen Gross
<jgross@suse.com>
Wed, 15 Sep 2021 06:42:04 +0000
(08:42 +0200)
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>
drivers/xen/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/xen/Kconfig
b/drivers/xen/Kconfig
index 5f1ce59b44b95c5bdd4aad5a04dcd61559585eca..a37eb52fb4010750112d38e5e200c291b288fed6 100644
(file)
--- a/
drivers/xen/Kconfig
+++ b/
drivers/xen/Kconfig
@@
-214,7
+214,7
@@
config XEN_PVCALLS_FRONTEND
implements them.
config XEN_PVCALLS_BACKEND
-
bool
"XEN PV Calls backend driver"
+
tristate
"XEN PV Calls backend driver"
depends on INET && XEN && XEN_BACKEND
help
Experimental backend for the Xen PV Calls protocol