summaryrefslogtreecommitdiffstats
path: root/drivers/xen/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r--drivers/xen/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index c1c8566c6840..dcffad1b47ca 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -191,6 +191,17 @@ config XEN_STUB
191 191
192 To enable Xen features like cpu and memory hotplug, select Y here. 192 To enable Xen features like cpu and memory hotplug, select Y here.
193 193
194config XEN_ACPI_HOTPLUG_MEMORY
195 tristate "Xen ACPI memory hotplug"
196 depends on XEN_DOM0 && XEN_STUB && ACPI
197 default n
198 help
199 This is Xen ACPI memory hotplug.
200
201 Currently Xen only support ACPI memory hot-add. If you want
202 to hot-add memory at runtime (the hot-added memory cannot be
203 removed until machine stop), select Y/M here, otherwise select N.
204
194config XEN_ACPI_PROCESSOR 205config XEN_ACPI_PROCESSOR
195 tristate "Xen ACPI processor" 206 tristate "Xen ACPI processor"
196 depends on XEN && X86 && ACPI_PROCESSOR && CPU_FREQ 207 depends on XEN && X86 && ACPI_PROCESSOR && CPU_FREQ