diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2009-01-11 00:01:00 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-15 13:29:21 -0500 |
commit | a73f30916ee524437253739eacc682f6fb0f3ea8 (patch) | |
tree | 82005ee460486436207106f0c5b906ac5137f271 /drivers/platform/x86/Kconfig | |
parent | e0b36fc5efd610a208b6b80e821a49302ca424ab (diff) |
ACPI: thinkpad-acpi: debug facility to emulate the rf switches
This code is required to keep the thinkpad-acpi maintainer sane, and
it is disabled by default.
Add a debug facility to simulate an rfkill hardware rocker switch, a
bluetooth rfkill soft-switch, a WWAN rfkill soft-switch on thinkpads.
The simulated switches obviously do not kill any radios in hardware or
firmware (unlike the real one). They also don't issue deprecated proc
events.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
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 |