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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=329620a878cf89184b28500d37fa33cc870a3357;p=linux-beck.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