]> Git Repo - linux.git/commitdiff
xen: XEN_ACPI_PROCESSOR is Dom0-only
authorJan Beulich <[email protected]>
Tue, 12 Dec 2017 10:18:11 +0000 (03:18 -0700)
committerBoris Ostrovsky <[email protected]>
Tue, 12 Dec 2017 14:39:43 +0000 (09:39 -0500)
Add a respective dependency.

Signed-off-by: Jan Beulich <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Signed-off-by: Boris Ostrovsky <[email protected]>
drivers/xen/Kconfig

index d8dd54678ab7100d32435fd68368531d98317375..e5d0c28372ea178a3177114694c7327f34089d24 100644 (file)
@@ -269,7 +269,7 @@ config XEN_ACPI_HOTPLUG_CPU
 
 config XEN_ACPI_PROCESSOR
        tristate "Xen ACPI processor"
-       depends on XEN && X86 && ACPI_PROCESSOR && CPU_FREQ
+       depends on XEN && XEN_DOM0 && X86 && ACPI_PROCESSOR && CPU_FREQ
        default m
        help
           This ACPI processor uploads Power Management information to the Xen
This page took 0.057281 seconds and 4 git commands to generate.