diff options
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2009-03-22 07:29:34 +0100 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-01-05 22:31:16 +0100 |
commit | 329620a878cf89184b28500d37fa33cc870a3357 (patch) | |
tree | 47710e3a17c9fbdbaabf4a2d1e55e0f332221497 /drivers | |
parent | xen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTEND (diff) | |
download | linux-329620a878cf89184b28500d37fa33cc870a3357.tar.xz 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')
-rw-r--r-- | drivers/xen/Kconfig | 2 |
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 |