diff options
author | Eric Cooper <ecc@cmu.edu> | 2008-03-13 07:55:46 -0400 |
---|---|---|
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 297a48f85446..2264127afac7 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -351,6 +351,17 @@ config INTEL_MENLOW | |||
351 | 351 | ||
352 | If unsure, say N. | 352 | If unsure, say N. |
353 | 353 | ||
354 | config EEEPC_LAPTOP | ||
355 | tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" | ||
356 | depends on X86 | ||
357 | depends on ACPI | ||
358 | depends on EXPERIMENTAL | ||
359 | ---help--- | ||
360 | This driver supports the Fn-Fx keys on Eee PC laptops. | ||
361 | It also adds the ability to switch camera/wlan on/off. | ||
362 | |||
363 | If you have an Eee PC laptop, say Y or M here. | ||
364 | |||
354 | config ENCLOSURE_SERVICES | 365 | config ENCLOSURE_SERVICES |
355 | tristate "Enclosure Services" | 366 | tristate "Enclosure Services" |
356 | default n | 367 | default n |