diff options
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 |