Commit 295817c0 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by Aubrey Li
Browse files

ACPI: Kconfig: Provide help text for the ACPI_PRMT option

mainline inclusion
from mainline-v5.14
commit 9b52363b
category: feature
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I6HNB8


CVE: N/A

Intel-SIG: commit 9b52363b ACPI: Kconfig: Provide help text
for the ACPI_PRMT option.
ACPI Platform Runtime Mechanism feature backport.

--------------------------------

Add missing help text for CONFIG_ACPI_PRMT.

Fixes: cefc7ca4 ("ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtype")
Reported-by: default avatarBorislav Petkov <bp@alien8.de>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: default avatarAubrey Li <aubrey.li@linux.intel.com>
parent b1f81024
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -543,3 +543,13 @@ config ACPI_PRMT
	bool "Platform Runtime Mechanism Support"
	depends on EFI && X86_64
	default y
	help
	  Platform Runtime Mechanism (PRM) is a firmware interface exposing a
	  set of binary executables that can be called from the AML interpreter
	  or directly from device drivers.

	  Say Y to enable the AML interpreter to execute the PRM code.

	  While this feature is optional in principle, leaving it out may
	  substantially increase computational overhead related to the
	  initialization of some server systems.