xen: XEN_ACPI_PROCESSOR is Dom0-only
Add a respective dependency. Signed-off-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
This commit is contained in:
parent
0f3922a9b9
commit
c4f9d9cb2c
|
@ -269,7 +269,7 @@ config XEN_ACPI_HOTPLUG_CPU
|
||||||
|
|
||||||
config XEN_ACPI_PROCESSOR
|
config XEN_ACPI_PROCESSOR
|
||||||
tristate "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
|
default m
|
||||||
help
|
help
|
||||||
This ACPI processor uploads Power Management information to the Xen
|
This ACPI processor uploads Power Management information to the Xen
|
||||||
|
|
Loading…
Reference in New Issue