diff options
author | Len Brown <len.brown@intel.com> | 2009-12-16 13:57:16 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-16 13:57:16 -0500 |
commit | 243e1ef842ef9e24fbf1cc7ddf4fd1c01471544a (patch) | |
tree | af808f66a8a8518c82c0e8189df7ac0d4252f31b /drivers/platform/x86/Kconfig | |
parent | 7d8c22060555a51c23b9c6a76b97a5e75b5db882 (diff) | |
parent | 42b4e9ee3d1d3b691bcae37f217f08740320c58c (diff) |
Merge branch 'toshiba-bt' into release
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index ba3638fdf0ce..fc5bf9d2a3f3 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -449,4 +449,19 @@ config ACPI_TOSHIBA | |||
449 | 449 | ||
450 | If you have a legacy free Toshiba laptop (such as the Libretto L1 | 450 | If you have a legacy free Toshiba laptop (such as the Libretto L1 |
451 | series), say Y. | 451 | series), say Y. |
452 | |||
453 | config TOSHIBA_BT_RFKILL | ||
454 | tristate "Toshiba Bluetooth RFKill switch support" | ||
455 | depends on ACPI | ||
456 | ---help--- | ||
457 | This driver adds support for Bluetooth events for the RFKill | ||
458 | switch on modern Toshiba laptops with full ACPI support and | ||
459 | an RFKill switch. | ||
460 | |||
461 | This driver handles RFKill events for the TOS6205 Bluetooth, | ||
462 | and re-enables it when the switch is set back to the 'on' | ||
463 | position. | ||
464 | |||
465 | If you have a modern Toshiba laptop with a Bluetooth and an | ||
466 | RFKill switch (such as the Portege R500), say Y. | ||
452 | endif # X86_PLATFORM_DEVICES | 467 | endif # X86_PLATFORM_DEVICES |