pvops: do not compile evtchn as module
It is required by both dom0 and domU, so built it in and prevent one more possible race condition.
This commit is contained in:
parent
3b133f71c4
commit
0f63122c15
@ -4780,7 +4780,7 @@ CONFIG_XEN_BALLOON=y
|
||||
CONFIG_XEN_SELFBALLOONING=y
|
||||
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
|
||||
CONFIG_XEN_SCRUB_PAGES=y
|
||||
CONFIG_XEN_DEV_EVTCHN=m
|
||||
CONFIG_XEN_DEV_EVTCHN=y
|
||||
CONFIG_XEN_BACKEND=y
|
||||
CONFIG_XENFS=y
|
||||
CONFIG_XEN_COMPAT_XENFS=y
|
||||
|
Loading…
Reference in New Issue
Block a user