diff options
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 55ca39dea42e..fc5bf9d2a3f3 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -334,6 +334,8 @@ config EEEPC_LAPTOP | |||
334 | depends on HOTPLUG_PCI | 334 | depends on HOTPLUG_PCI |
335 | select BACKLIGHT_CLASS_DEVICE | 335 | select BACKLIGHT_CLASS_DEVICE |
336 | select HWMON | 336 | select HWMON |
337 | select LEDS_CLASS | ||
338 | select NEW_LEDS | ||
337 | ---help--- | 339 | ---help--- |
338 | This driver supports the Fn-Fx keys on Eee PC laptops. | 340 | This driver supports the Fn-Fx keys on Eee PC laptops. |
339 | 341 | ||
@@ -365,6 +367,18 @@ config ACPI_WMI | |||
365 | It is safe to enable this driver even if your DSDT doesn't define | 367 | It is safe to enable this driver even if your DSDT doesn't define |
366 | any ACPI-WMI devices. | 368 | any ACPI-WMI devices. |
367 | 369 | ||
370 | config MSI_WMI | ||
371 | tristate "MSI WMI extras" | ||
372 | depends on ACPI_WMI | ||
373 | depends on INPUT | ||
374 | depends on BACKLIGHT_CLASS_DEVICE | ||
375 | select INPUT_SPARSEKMAP | ||
376 | help | ||
377 | Say Y here if you want to support WMI-based hotkeys on MSI laptops. | ||
378 | |||
379 | To compile this driver as a module, choose M here: the module will | ||
380 | be called msi-wmi. | ||
381 | |||
368 | config ACPI_ASUS | 382 | config ACPI_ASUS |
369 | tristate "ASUS/Medion Laptop Extras (DEPRECATED)" | 383 | tristate "ASUS/Medion Laptop Extras (DEPRECATED)" |
370 | depends on ACPI | 384 | depends on ACPI |
@@ -435,4 +449,19 @@ config ACPI_TOSHIBA | |||
435 | 449 | ||
436 | 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 |
437 | 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. | ||
438 | endif # X86_PLATFORM_DEVICES | 467 | endif # X86_PLATFORM_DEVICES |