aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 746411518802..f7226d1bc80e 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -104,6 +104,19 @@ config ACPI_SYSFS_POWER
104 help 104 help
105 Say N to disable power /sys interface 105 Say N to disable power /sys interface
106 106
107config ACPI_EC_DEBUGFS
108 tristate "EC read/write access through /sys/kernel/debug/ec"
109 default y
110 help
111 Say N to disable Embedded Controller /sys/kernel/debug interface
112
113 An Embedded Controller typically is available on laptops and reads
114 sensor values like battery state and temperature.
115 The kernel access the EC through ACPI parsed code provided by BIOS
116 tables.
117 Thus this option is a debug option that helps to write ACPI drivers
118 and can be used to identify ACPI code or EC firmware bugs.
119
107config ACPI_PROC_EVENT 120config ACPI_PROC_EVENT
108 bool "Deprecated /proc/acpi/event support" 121 bool "Deprecated /proc/acpi/event support"
109 depends on PROC_FS 122 depends on PROC_FS