From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhang Rui Subject: [PATCH 1/3] [-mm]: ACPI: add a Kconfig option for ACPI procfs interface Date: Sun, 21 Jan 2007 13:48:56 +0800 Message-ID: <1169358536.5691.3.camel@localhost.localdomain> References: <1168083310.5619.35.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com ([192.55.52.88]:47144 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201AbXAUFsN (ORCPT ); Sun, 21 Jan 2007 00:48:13 -0500 In-Reply-To: <1168083310.5619.35.camel@localhost.localdomain> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: lenb@kernel.org Cc: "linux-acpi@vger" From: Zhang Rui Add a kconfig option CONFIG_ACPI_PROCFS to make procfs interface a configurable attribute of ACPI. No procfs interface is actually deprecated, and no sysfs interface is added in this patch. CONGI_ACPI_PROCFS is used to mark procfs interface as deprecated once the same function is duplicated in sysfs. Signed-off-by: Zhang Rui --- drivers/acpi/Kconfig | 10 ++++++++++ 1 files changed, 10 insertions(+) Index: linux-2.6.20-rc2-mm1/drivers/acpi/Kconfig =================================================================== --- linux-2.6.20-rc2-mm1.orig/drivers/acpi/Kconfig 2007-01-05 17:20:09.000000000 +0800 +++ linux-2.6.20-rc2-mm1/drivers/acpi/Kconfig 2007-01-05 17:21:51.000000000 +0800 @@ -77,6 +77,16 @@ config ACPI_SLEEP_PROC_SLEEP Create /proc/acpi/sleep Deprecated by /sys/power/state +config ACPI_PROCFS + bool "Procfs interface (deprecated)" + depends on ACPI + default y + ---help--- + Procfs interface for ACPI is made optional for back-compatible. + As the same functions are duplicated in sysfs interface + and this proc interface will be removed some time later, + it's marked as deprecated. + config ACPI_AC tristate "AC Adapter" depends on X86