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

Commit 08115ab4 authored by Chuck Ebbert's avatar Chuck Ebbert Committed by Ingo Molnar
Browse files

xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN



Xen options need to depend on XEN.
Also, add newline at end of file.

Without this patch you need to disable CONFIG_PM in order to
disable CPU hotplugging.

Signed-off-by: default avatarChuck Ebbert <cebbert@redhat.com>
Acked-by Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 07bbc16a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@ config XEN_MAX_DOMAIN_MEMORY


config XEN_SAVE_RESTORE
config XEN_SAVE_RESTORE
       bool
       bool
       depends on PM
       depends on XEN && PM
       default y
       default y


config XEN_DEBUG_FS
config XEN_DEBUG_FS