aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 8c39913d1729..2e6310b8eab7 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -461,6 +461,16 @@ config IA64_ESI
461 firmware extensions, such as the ability to inject memory-errors 461 firmware extensions, such as the ability to inject memory-errors
462 for test-purposes. If you're unsure, say N. 462 for test-purposes. If you're unsure, say N.
463 463
464config IA64_HP_AML_NFW
465 bool "Support ACPI AML calls to native firmware"
466 help
467 This driver installs a global ACPI Operation Region handler for
468 region 0xA1. AML methods can use this OpRegion to call arbitrary
469 native firmware functions. The driver installs the OpRegion
470 handler if there is an HPQ5001 device or if the user supplies
471 the "force" module parameter, e.g., with the "aml_nfw.force"
472 kernel command line option.
473
464source "drivers/sn/Kconfig" 474source "drivers/sn/Kconfig"
465 475
466config KEXEC 476config KEXEC