Skip to content

Commit

Permalink
xen/xenbus: making backend support modular is too complex
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeremy Fitzhardinge authored and Konrad Rzeszutek Wilk committed Jan 5, 2011
1 parent fce263c commit 329620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 329620a

Please sign in to comment.