]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ACPI / proc: make ACPI_PROCFS_POWER X86 only
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 1 May 2015 10:27:01 +0000 (11:27 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 May 2015 20:34:44 +0000 (22:34 +0200)
The ACPI procfs power interface is initialized by compilation units
that are only selectable on X86 platforms. Since its usage is
deprecated and it cannot even be used on platforms other than X86
it should be compiled in only on X86 platforms.

This patch makes CONFIG_ACPI_PROCFS_POWER dependent on X86, so
that other architectures are prevented from compiling it in for
no purpose.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Kconfig

index ab2cbb51c6aaccde0ec2f97af343383c6f360dff..16da18597def1f49f83e9e57cf311b39be8cb48d 100644 (file)
@@ -62,7 +62,7 @@ config ACPI_SLEEP
 
 config ACPI_PROCFS_POWER
        bool "Deprecated power /proc/acpi directories"
-       depends on PROC_FS
+       depends on X86 && PROC_FS
        help
          For backwards compatibility, this option allows
           deprecated power /proc/acpi/ directories to exist, even when