Thread (14 messages) 14 messages, 3 authors, 2022-06-30

Re: [PATCH v2 4/4] ACPI: Move PRM config option under the main ACPI config

From: Ard Biesheuvel <ardb@kernel.org>
Date: 2022-06-28 17:12:49
Also in: linux-acpi, linux-efi

On Tue, 28 Jun 2022 at 14:54, Sudeep Holla [off-list ref] wrote:
Currently PRM(Platform Runtime Mechanism) config option is listed along
with the main ACPI (Advanced Configuration and Power Interface) option
at the same level. On ARM64 platforms unlike x86, ACPI option is listed
at the topmost level of configuration menu. It is rather very confusing
to see PRM option also listed along with ACPI in the topmost level.

Move the same under ACPI config option. No functional change, just changes
the level of visibility of this option under the configuration menu.

Signed-off-by: Sudeep Holla <redacted>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
quoted hunk ↗ jump to hunk
---
 drivers/acpi/Kconfig | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index d08b7408f0a5..218b5b59df31 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -572,6 +572,21 @@ source "drivers/acpi/pmic/Kconfig"
 config ACPI_VIOT
        bool

+config ACPI_PRMT
+       bool "Platform Runtime Mechanism Support"
+       depends on EFI && (X86_64 || ARM64)
+       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.
+
 endif  # ACPI

 config X86_PM_TIMER
@@ -589,18 +604,3 @@ config X86_PM_TIMER

          You should nearly always say Y here because many modern
          systems require this timer.
-
-config ACPI_PRMT
-       bool "Platform Runtime Mechanism Support"
-       depends on EFI && (X86_64 || ARM64)
-       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.
--
2.37.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help