]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/acpi/Kconfig
iommu/amd: Add support for higher 64-bit IOMMU Control Register
[mirror_ubuntu-bionic-kernel.git] / drivers / acpi / Kconfig
index 46505396869e615e17809d06ecac974798c39e51..9984f84a02c72c924cee1460a47ff9e839fc63ad 100644 (file)
@@ -3,13 +3,15 @@
 # ACPI Configuration
 #
 
+config ARCH_SUPPORTS_ACPI
+       bool
+
 menuconfig ACPI
        bool "ACPI (Advanced Configuration and Power Interface) Support"
-       depends on !IA64_HP_SIM
-       depends on IA64 || X86 || ARM64
+       depends on ARCH_SUPPORTS_ACPI
        depends on PCI
        select PNP
-       default y if (IA64 || X86)
+       default y if X86
        help
          Advanced Configuration and Power Interface (ACPI) support for 
          Linux requires an ACPI-compliant platform (hardware/firmware),
@@ -545,6 +547,9 @@ config ACPI_CONFIGFS
 
 if ARM64
 source "drivers/acpi/arm64/Kconfig"
+
+config ACPI_PPTT
+       bool
 endif
 
 config TPS68470_PMIC_OPREGION