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)
commit1b3d4c3b9a597e216c08bff2c59a8de872ef2d09
tree51844bb5a61d5412e290e87bcea8a37043f2ee29
parentcd07202cc8262e1669edff0d97715f3dd9260917
ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by default

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>
drivers/acpi/Kconfig
drivers/acpi/ac.c
drivers/acpi/battery.c
drivers/acpi/sbs.c