diff options
author | Len Brown <len.brown@intel.com> | 2007-04-28 23:09:57 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-28 23:09:57 -0400 |
commit | cfaae3ee4a0d00c6b22780057e958d625499e90c (patch) | |
tree | c9be12f3657a7f5ac7c7d45589f2e1592479ac0e /drivers/misc/Kconfig | |
parent | eaf60d6924759eb2a249c0b568533a90c238061b (diff) | |
parent | c6c60106b9584f17c55e4c5e0ce9b905a1a6cdb6 (diff) |
Pull sony into release branch
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 80b199fa0aa..75dbc584b57 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -112,14 +112,19 @@ config SONY_LAPTOP depends on X86 && ACPI select BACKLIGHT_CLASS_DEVICE ---help--- - This mini-driver drives the SNC device present in the ACPI BIOS of - the Sony Vaio laptops. + This mini-driver drives the SNC and SPIC devices present in the ACPI + BIOS of the Sony Vaio laptops. - It gives access to some extra laptop functionalities. In its current - form, this driver let the user set or query the screen brightness - through the backlight subsystem and remove/apply power to some + It gives access to some extra laptop functionalities like Bluetooth, + screen brightness control, Fn keys and allows powering on/off some devices. Read <file:Documentation/sony-laptop.txt> for more information. +config SONY_LAPTOP_OLD + bool "Sonypi compatibility" + depends on SONY_LAPTOP + ---help--- + Build the sonypi driver compatibility code into the sony-laptop driver. + endmenu |