Skip to content

Commit c4f9d9c

Browse files
jbeulichBoris Ostrovsky
authored andcommitted
xen: XEN_ACPI_PROCESSOR is Dom0-only
Add a respective dependency. Signed-off-by: Jan Beulich <[email protected]> Reviewed-by: Juergen Gross <[email protected]> Signed-off-by: Boris Ostrovsky <[email protected]>
1 parent 0f3922a commit c4f9d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ config XEN_ACPI_HOTPLUG_CPU
269269

270270
config XEN_ACPI_PROCESSOR
271271
tristate "Xen ACPI processor"
272-
depends on XEN && X86 && ACPI_PROCESSOR && CPU_FREQ
272+
depends on XEN && XEN_DOM0 && X86 && ACPI_PROCESSOR && CPU_FREQ
273273
default m
274274
help
275275
This ACPI processor uploads Power Management information to the Xen

0 commit comments

Comments
 (0)