xen/xenbus: making backend support modular is too complex
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Sun, 22 Mar 2009 06:29:34 +0000 (23:29 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Jan 2011 21:31:16 +0000 (16:31 -0500)
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>
drivers/xen/Kconfig

index 554ed573c028323dbf217e2eeab44ecf9a615293..5a48ce996dea21558856a3fe8f024c9be1aa352e 100644 (file)
@@ -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