diff options
author | Len Brown <len.brown@intel.com> | 2010-08-15 01:06:31 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-08-15 01:06:31 -0400 |
commit | 95ee46aa8698f2000647dfb362400fadbb5807cf (patch) | |
tree | e5a05c7297f997e191c73091934e42e3195c0e40 /drivers/acpi/Kconfig | |
parent | cfa806f059801dbe7e435745eb2e187c8bfe1e7f (diff) | |
parent | 92fa5bd9a946b6e7aab6764e7312e4e3d9bed295 (diff) |
Merge branch 'linus' into release
Conflicts:
drivers/acpi/debug.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 5ed51b3d7522..b811f2173f6f 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -97,6 +97,24 @@ config ACPI_SYSFS_POWER | |||
97 | help | 97 | help |
98 | Say N to disable power /sys interface | 98 | Say N to disable power /sys interface |
99 | 99 | ||
100 | config ACPI_EC_DEBUGFS | ||
101 | tristate "EC read/write access through /sys/kernel/debug/ec" | ||
102 | default n | ||
103 | help | ||
104 | Say N to disable Embedded Controller /sys/kernel/debug interface | ||
105 | |||
106 | Be aware that using this interface can confuse your Embedded | ||
107 | Controller in a way that a normal reboot is not enough. You then | ||
108 | have to power of your system, and remove the laptop battery for | ||
109 | some seconds. | ||
110 | An Embedded Controller typically is available on laptops and reads | ||
111 | sensor values like battery state and temperature. | ||
112 | The kernel accesses the EC through ACPI parsed code provided by BIOS | ||
113 | tables. This option allows to access the EC directly without ACPI | ||
114 | code being involved. | ||
115 | Thus this option is a debug option that helps to write ACPI drivers | ||
116 | and can be used to identify ACPI code or EC firmware bugs. | ||
117 | |||
100 | config ACPI_PROC_EVENT | 118 | config ACPI_PROC_EVENT |
101 | bool "Deprecated /proc/acpi/event support" | 119 | bool "Deprecated /proc/acpi/event support" |
102 | depends on PROC_FS | 120 | depends on PROC_FS |