Re: [PATCH] drivers: acpi: make ACPI_PROCFS_POWER X86 only

2015-05-14 Thread Rafael J. Wysocki
On Saturday, May 02, 2015 09:09:35 PM Hanjun Guo wrote: > On 2015年05月01日 18:27, Lorenzo Pieralisi wrote: > > 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 o

Re: [PATCH] drivers: acpi: make ACPI_PROCFS_POWER X86 only

2015-05-02 Thread Hanjun Guo
On 2015年05月01日 18:27, Lorenzo Pieralisi wrote: 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] drivers: acpi: make ACPI_PROCFS_POWER X86 only

2015-05-01 Thread Lorenzo Pieralisi
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