Kconfig (18a44a7ff1075ce5157ac07cde573aca6b5e9973) Kconfig (0a34764411aaab0114aa3f3656fda33a69a46d10)
1#
2# ACPI Configuration
3#
4
5menuconfig ACPI
6 bool "ACPI (Advanced Configuration and Power Interface) Support"
7 depends on !IA64_HP_SIM
8 depends on IA64 || X86

--- 331 unchanged lines hidden (view full) ---

340 ACPI0004, PNP0A05, and PNP0A06).
341
342 This helps support hotplug of nodes, CPUs, and memory.
343
344 To compile this driver as a module, choose M here:
345 the module will be called container.
346
347config ACPI_HOTPLUG_MEMORY
1#
2# ACPI Configuration
3#
4
5menuconfig ACPI
6 bool "ACPI (Advanced Configuration and Power Interface) Support"
7 depends on !IA64_HP_SIM
8 depends on IA64 || X86

--- 331 unchanged lines hidden (view full) ---

340 ACPI0004, PNP0A05, and PNP0A06).
341
342 This helps support hotplug of nodes, CPUs, and memory.
343
344 To compile this driver as a module, choose M here:
345 the module will be called container.
346
347config ACPI_HOTPLUG_MEMORY
348 tristate "Memory Hotplug"
348 bool "Memory Hotplug"
349 depends on MEMORY_HOTPLUG
349 depends on MEMORY_HOTPLUG
350 default n
351 help
352 This driver supports ACPI memory hotplug. The driver
353 fields notifications on ACPI memory devices (PNP0C80),
354 which represent memory ranges that may be onlined or
355 offlined during runtime.
356
357 If your hardware and firmware do not support adding or
358 removing memory devices at runtime, you need not enable

--- 50 unchanged lines hidden ---
350 help
351 This driver supports ACPI memory hotplug. The driver
352 fields notifications on ACPI memory devices (PNP0C80),
353 which represent memory ranges that may be onlined or
354 offlined during runtime.
355
356 If your hardware and firmware do not support adding or
357 removing memory devices at runtime, you need not enable

--- 50 unchanged lines hidden ---