Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 329620a8 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by Konrad Rzeszutek Wilk
Browse files

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: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent fce263c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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