aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-10-31 19:10:33 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-31 19:10:33 -0400
commit91e67a996c60a347ad7b918a74efb0f6b3b274c3 (patch)
tree05fd872079b1199d112cc7508faf81b8490dd83f /drivers/platform/x86/Kconfig
parent1eb63378354ac37b7e27d256bbf84684751bac32 (diff)
parent1d1fc8a75fec3a2b29cc5864d45c5d03048f62e0 (diff)
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
* 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86: (45 commits) acer-wmi: replaced the hard coded bitmap by the communication devices bitmap from SMBIOS acer-wmi: check the existence of internal wireless device when set capability acer-wmi: add ACER_WMID_v2 interface flag to represent new notebooks sony-laptop:irq: Remove IRQF_DISABLED asus-laptop: Add rfkill support for Pegatron Lucid tablet asus-laptop: pega_accel - Report accelerometer orientation change through udev asus-laptop: fix module description asus-laptop: hide leds on Pegatron Lucid asus-laptop: Pegatron Lucid accelerometer asus-laptop: allow boot time control of Pegatron ALS sensor Platform: samsung_laptop: add support for X520 machines. platform: samsung_laptop: add dmi information for Samsung R700 laptops hp_accel: Add axis-mapping for HP ProBook / EliteBook hp_accel: Add a new PNP id WMI: properly cleanup devices to avoid crashes ideapad: remove sysfs node for cfg ideapad: add debugfs support ideapad: add event for Novo key ideapad: change parameter of ideapad_sync_rfk_state ideapad: define vpc commands ...
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig17
1 files changed, 10 insertions, 7 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 10cf2500522b..f4e3d82379d7 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -61,15 +61,18 @@ config ASUS_LAPTOP
61 depends on INPUT 61 depends on INPUT
62 depends on RFKILL || RFKILL = n 62 depends on RFKILL || RFKILL = n
63 select INPUT_SPARSEKMAP 63 select INPUT_SPARSEKMAP
64 select INPUT_POLLDEV
64 ---help--- 65 ---help---
65 This is the new Linux driver for Asus laptops. It may also support some 66 This is a driver for Asus laptops, Lenovo SL and the Pegatron
66 MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate 67 Lucid tablet. It may also support some MEDION, JVC or VICTOR
67 standard ACPI events and input events. It also adds 68 laptops. It makes all the extra buttons generate standard
68 support for video output switching, LCD backlight control, Bluetooth and 69 ACPI events and input events, and on the Lucid the built-in
69 Wlan control, and most importantly, allows you to blink those fancy LEDs. 70 accelerometer appears as an input device. It also adds
71 support for video output switching, LCD backlight control,
72 Bluetooth and Wlan control, and most importantly, allows you
73 to blink those fancy LEDs.
70 74
71 For more information and a userspace daemon for handling the extra 75 For more information see <http://acpi4asus.sf.net>.
72 buttons see <http://acpi4asus.sf.net>.
73 76
74 If you have an ACPI-compatible ASUS laptop, say Y or M here. 77 If you have an ACPI-compatible ASUS laptop, say Y or M here.
75 78