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 <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 554ed57..5a48ce9 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -30,7 +30,7 @@
 	  If in doubt, say yes.
 
 config XEN_BACKEND
-	tristate "Backend driver support"
+	bool "Backend driver support"
 	depends on XEN_DOM0
 	default y
 	help