diff options
author | Len Brown <len.brown@intel.com> | 2009-01-16 14:45:24 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-16 14:45:24 -0500 |
commit | 79491ca416347f9e3c51993db556ba78bef44afa (patch) | |
tree | d81ec7210e990164e9cb0737a3a1ae6ea97c9fea /drivers/platform/x86/Kconfig | |
parent | f1f055f1036a20742608c28ee82139f572dfd031 (diff) | |
parent | aa2fbcec07b0d594808bc3058692395d24eba66e (diff) |
Merge branch 'thinkpad-acpi' into release
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index e65448e99b48..431772b8a1d0 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -192,6 +192,17 @@ config THINKPAD_ACPI | |||
192 | 192 | ||
193 | If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. | 193 | If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. |
194 | 194 | ||
195 | config THINKPAD_ACPI_DEBUGFACILITIES | ||
196 | bool "Maintainer debug facilities" | ||
197 | depends on THINKPAD_ACPI | ||
198 | default n | ||
199 | ---help--- | ||
200 | Enables extra stuff in the thinkpad-acpi which is completely useless | ||
201 | for normal use. Read the driver source to find out what it does. | ||
202 | |||
203 | Say N here, unless you were told by a kernel maintainer to do | ||
204 | otherwise. | ||
205 | |||
195 | config THINKPAD_ACPI_DEBUG | 206 | config THINKPAD_ACPI_DEBUG |
196 | bool "Verbose debug mode" | 207 | bool "Verbose debug mode" |
197 | depends on THINKPAD_ACPI | 208 | depends on THINKPAD_ACPI |