Skip to content

Commit 9b52363

Browse files
committed
ACPI: Kconfig: Provide help text for the ACPI_PRMT option
Add missing help text for CONFIG_ACPI_PRMT. Fixes: cefc7ca ("ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtype") Reported-by: Borislav Petkov <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent d7a188b commit 9b52363

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

drivers/acpi/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,3 +548,13 @@ config ACPI_PRMT
548548
bool "Platform Runtime Mechanism Support"
549549
depends on EFI && X86_64
550550
default y
551+
help
552+
Platform Runtime Mechanism (PRM) is a firmware interface exposing a
553+
set of binary executables that can be called from the AML interpreter
554+
or directly from device drivers.
555+
556+
Say Y to enable the AML interpreter to execute the PRM code.
557+
558+
While this feature is optional in principle, leaving it out may
559+
substantially increase computational overhead related to the
560+
initialization of some server systems.

0 commit comments

Comments
 (0)