diff options
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2009-03-22 02:29:34 -0400 |
---|---|---|
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) |
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 | |||
30 | If in doubt, say yes. | 30 | If in doubt, say yes. |
31 | 31 | ||
32 | config XEN_BACKEND | 32 | config XEN_BACKEND |
33 | tristate "Backend driver support" | 33 | bool "Backend driver support" |
34 | depends on XEN_DOM0 | 34 | depends on XEN_DOM0 |
35 | default y | 35 | default y |
36 | help | 36 | help |