summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorJan Kiszka2017-11-27 09:11:48 +0100
committerThomas Gleixner2018-01-14 21:11:55 +0100
commit87e65d05bb0a18e00655a58159790bc8d38e219e (patch)
treec18d6ffbc972e2de1017efcdf5c57fdef952bdb4 /arch/x86/Kconfig
parentx86/jailhouse: Enable APIC and SMP support (diff)
downloadkernel-qcow2-linux-87e65d05bb0a18e00655a58159790bc8d38e219e.tar.gz
kernel-qcow2-linux-87e65d05bb0a18e00655a58159790bc8d38e219e.tar.xz
kernel-qcow2-linux-87e65d05bb0a18e00655a58159790bc8d38e219e.zip
x86/jailhouse: Enable PMTIMER
Jailhouse exposes the PMTIMER as only reference clock to all cells. Pick up its address from the setup data. Allow to enable the Linux support of it by relaxing its strict dependency on ACPI. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Cc: jailhouse-dev@googlegroups.com Link: https://lkml.kernel.org/r/6d5c3fadd801eb3fba9510e2d3db14a9c404a1a0.1511770314.git.jan.kiszka@siemens.com
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index fbea8d15fcfb..a936e29245d0 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -799,6 +799,7 @@ config PARAVIRT_CLOCK
config JAILHOUSE_GUEST
bool "Jailhouse non-root cell support"
depends on X86_64
+ select X86_PM_TIMER
---help---
This option allows to run Linux as guest in a Jailhouse non-root
cell. You can leave this option disabled if you only want to start