diff options
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2009-03-21 23:29:34 -0700 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-01-05 16:31:16 -0500 |
commit | 329620a878cf89184b28500d37fa33cc870a3357 (patch) | |
tree | 47710e3a17c9fbdbaabf4a2d1e55e0f332221497 /drivers/xen/Kconfig | |
parent | fce263c141faca8db85acb0524bdfdfae3ec0725 (diff) | |
download | talos-op-linux-329620a878cf89184b28500d37fa33cc870a3357.tar.gz talos-op-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/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 |