From: Jeremy Fitzhardinge Date: Sun, 22 Mar 2009 06:29:34 +0000 (-0700) Subject: xen/xenbus: making backend support modular is too complex X-Git-Tag: firefly_0821_release~7613^2~3047^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=329620a878cf89184b28500d37fa33cc870a3357;p=firefly-linux-kernel-4.4.55.git xen/xenbus: making backend support modular is too complex Impact: build fix Making the xenbus backend support a separate module is needlessly complex and causes build failures. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 554ed573c028..5a48ce996dea 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -30,7 +30,7 @@ config XEN_DEV_EVTCHN If in doubt, say yes. config XEN_BACKEND - tristate "Backend driver support" + bool "Backend driver support" depends on XEN_DOM0 default y help