diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-07-21 08:15:51 -0400 |
---|---|---|
committer | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-07-21 08:15:51 -0400 |
commit | 0e74dc2646db04b644faa8ea10ff4f408d55cf90 (patch) | |
tree | d1729fca9b925ec972d1ad3c40295cc7740a31dd /drivers/misc/Kconfig | |
parent | 133ec3bd3ae409895eacdce326cdc8d73c249e8a (diff) |
ACPI: thinkpad-acpi: add bluetooth and WWAN rfkill support
Add a read/write rfkill interface to the bluetooth radio switch on the
bluetooth submodule, and one for the wireless wan radio switch to the wan
submodule.
Since rfkill does care for when a switch changes state, use WLSW
notifications to also check if the WWAN or Bluetooth switches did not
change state (due to them being slaves of WLSW in firmware/hardware, but
that reality not being always properly exported by the thinkpad firmware).
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Ivo van Doorn <IvDoorn@gmail.com>
Cc: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 1921b8dbb242..b27ca91fd15e 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -279,6 +279,8 @@ config THINKPAD_ACPI | |||
279 | select INPUT | 279 | select INPUT |
280 | select NEW_LEDS | 280 | select NEW_LEDS |
281 | select LEDS_CLASS | 281 | select LEDS_CLASS |
282 | select NET | ||
283 | select RFKILL | ||
282 | ---help--- | 284 | ---help--- |
283 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds | 285 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds |
284 | support for Fn-Fx key combinations, Bluetooth control, video | 286 | support for Fn-Fx key combinations, Bluetooth control, video |