ACPI: update CONFIG_ACPI_PROCFS description
authorZhang Rui <rui.zhang@intel.com>
Mon, 10 Jan 2011 03:16:26 +0000 (11:16 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 12 Jan 2011 05:35:24 +0000 (00:35 -0500)
commit4464ed3b05de7a41ae55c74109cec8aeb138ce14
tree2c8916ac2006d8247b3de9d9ffaae598b15f0f50
parente92b297cc72ade7a58eaec7e01c906d856f8ab6e
ACPI: update CONFIG_ACPI_PROCFS description

Update CONFIG_ACPI_PROCFS description because the processor,
video and thermal zone procfs I/F have been removed.

Some ACPI drivers, e.g. button, have their procfs I/F always built in,
because we don't have sysfs I/F replacement at the moment.
But once we finish developing the sysfs I/F for these driver,
we need CONFIG_ACPI_PROCFS to enabled/disable the corresponding procfs I/F.

So just updating the description rather than removing this option,
although there is no procfs I/F depends on it for now.

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