summaryrefslogtreecommitdiffstats
path: root/drivers/xen/Kconfig
diff options
context:
space:
mode:
authorJeremy Fitzhardinge2009-03-22 07:29:34 +0100
committerKonrad Rzeszutek Wilk2011-01-05 22:31:16 +0100
commit329620a878cf89184b28500d37fa33cc870a3357 (patch)
tree47710e3a17c9fbdbaabf4a2d1e55e0f332221497 /drivers/xen/Kconfig
parentxen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTEND (diff)
downloadkernel-qcow2-linux-329620a878cf89184b28500d37fa33cc870a3357.tar.gz
kernel-qcow2-linux-329620a878cf89184b28500d37fa33cc870a3357.tar.xz
kernel-qcow2-linux-329620a878cf89184b28500d37fa33cc870a3357.zip
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>
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r--drivers/xen/Kconfig2
1 files changed, 1 insertions, 1 deletions
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