aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorAndy Ross <andy.ross@windriver.com>2011-10-14 05:13:35 -0400
committerMatthew Garrett <mjg@redhat.com>2011-10-24 10:52:37 -0400
commit8819de7f988289111cf4c44946f0d8c008b2d9a7 (patch)
treea1f3a842bb8038fb2e90d70b7d4f0288b7c46907 /drivers/platform/x86/Kconfig
parentba05b237372bad82533d1f717569d1d817ff3c27 (diff)
asus-laptop: Platform detection for Pegatron Lucid
Recognize the Pegatron Lucid tablets by their method signatures. Signed-off-by: Andy Ross <andy.ross@windriver.com> Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig16
1 files changed, 9 insertions, 7 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 1e88d478532..4e5623e4fa0 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -64,15 +64,17 @@ config ASUS_LAPTOP
64 depends on INPUT 64 depends on INPUT
65 depends on RFKILL || RFKILL = n 65 depends on RFKILL || RFKILL = n
66 select INPUT_SPARSEKMAP 66 select INPUT_SPARSEKMAP
67 select INPUT_POLLDEV
67 ---help--- 68 ---help---
68 This is the new Linux driver for Asus laptops. It may also support some 69 This is a driver for Asus laptops, Lenovo SL and the Pegatron
69 MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate 70 Lucid tablet. It may also support some MEDION, JVC or VICTOR
70 standard ACPI events and input events. It also adds 71 laptops. It makes all the extra buttons generate standard
71 support for video output switching, LCD backlight control, Bluetooth and 72 ACPI events and input events. It also adds support for video
72 Wlan control, and most importantly, allows you to blink those fancy LEDs. 73 output switching, LCD backlight control, Bluetooth and Wlan
74 control, and most importantly, allows you to blink those
75 fancy LEDs.
73 76
74 For more information and a userspace daemon for handling the extra 77 For more information see <http://acpi4asus.sf.net>.
75 buttons see <http://acpi4asus.sf.net>.
76 78
77 If you have an ACPI-compatible ASUS laptop, say Y or M here. 79 If you have an ACPI-compatible ASUS laptop, say Y or M here.
78 80