diff options
| author | Jan Beulich <[email protected]> | 2021-09-07 14:17:13 +0200 |
|---|---|---|
| committer | Juergen Gross <[email protected]> | 2021-09-15 08:42:04 +0200 |
| commit | 45da234467f381239d87536c86597149f189d375 (patch) | |
| tree | 7477ebfa34fcd4921dfb24489265c0f81c7ed9a6 | |
| parent | 36c9b5929b7094ea19a78827c0ede20d2e0e6c9c (diff) | |
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 <[email protected]>
Acked-by: Stefano Stabellini <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Juergen Gross <[email protected]>
| -rw-r--r-- | drivers/xen/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 5f1ce59b44b9..a37eb52fb401 100644 --- 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 |