Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
[linux-2.6-microblaze.git] / drivers / acpi / Kconfig
index 9b51c56..7802d88 100644 (file)
@@ -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
-       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.