ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by default
authorZhang Rui <rui.zhang@intel.com>
Fri, 8 Oct 2010 05:54:57 +0000 (13:54 +0800)
committerLen Brown <len.brown@intel.com>
Sat, 16 Oct 2010 02:02:38 +0000 (22:02 -0400)
ACPI AC/Battery/SBS driver has different kernel option for procfs and sysfs I/F.

This patch,
1. Change CONFIG_ACPI_PROCFS_POWER to 'n' by default so that we can remove it in the next release or two.
2. Remove CONFIG_ACPI_SYSFS_POWER and always build in the sysfs I/F of these drivers.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found