diff options
author | Vitaly Kuznetsov <vkuznets@redhat.com> | 2017-03-14 20:35:50 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2017-05-02 12:09:28 +0300 |
commit | 50a1062d61a62421f3181ce3e594a330f8a15cff (patch) | |
tree | f8cd7435d1faf675c739c636c4a7ba19fdbf5af2 /arch/x86/xen/Kconfig | |
parent | 9963236d7c753cf89be2e0366af185e51f150c79 (diff) | |
download | linux-50a1062d61a62421f3181ce3e594a330f8a15cff.tar.xz |
x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PV
xen_pmu_init/finish() functions are used in suspend.c and
enlighten.c, add stubs for now.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'arch/x86/xen/Kconfig')
-rw-r--r-- | arch/x86/xen/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 6d15c3439ecd..3bcb091ef298 100644 --- a/arch/x86/xen/Kconfig +++ b/arch/x86/xen/Kconfig @@ -6,7 +6,6 @@ config XEN bool "Xen guest support" depends on PARAVIRT select PARAVIRT_CLOCK - select XEN_HAVE_VPMU depends on X86_64 || (X86_32 && X86_PAE) depends on X86_LOCAL_APIC && X86_TSC help @@ -19,6 +18,7 @@ config XEN_PV default y depends on XEN select XEN_HAVE_PVMMU + select XEN_HAVE_VPMU help Support running as a Xen PV guest. |