diff options
author | Eric Cooper <ecc@cmu.edu> | 2008-03-13 12:55:46 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-29 10:08:06 -0400 |
commit | e59f87966adef2cb03d419530e3ade5159487d6d (patch) | |
tree | 9cdd798a987f5b71cf2281d6dfd408f15c33bf04 /drivers/misc/Kconfig | |
parent | a01e035ebb552223c03f2d9138ffc73f2d4d3965 (diff) |
eeepc-laptop: add base driver
This patch is based on Eric Cooper's work to clean the original asus_acpi
given by Asus. It's a platform driver (/sys/devices/platform/eeepc/)
wich support:
- hotkeys - wlan on/off - camera on/off - cardr on/off
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 297a48f8544..2264127afac 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -351,6 +351,17 @@ config INTEL_MENLOW If unsure, say N. +config EEEPC_LAPTOP + tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" + depends on X86 + depends on ACPI + depends on EXPERIMENTAL + ---help--- + This driver supports the Fn-Fx keys on Eee PC laptops. + It also adds the ability to switch camera/wlan on/off. + + If you have an Eee PC laptop, say Y or M here. + config ENCLOSURE_SERVICES tristate "Enclosure Services" default n |