aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig19
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 38cce4d1e2fb..636af2862308 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -243,10 +243,13 @@ config SONYPI_COMPAT
243config THINKPAD_ACPI 243config THINKPAD_ACPI
244 tristate "ThinkPad ACPI Laptop Extras" 244 tristate "ThinkPad ACPI Laptop Extras"
245 depends on X86 && ACPI 245 depends on X86 && ACPI
246 select BACKLIGHT_LCD_SUPPORT
246 select BACKLIGHT_CLASS_DEVICE 247 select BACKLIGHT_CLASS_DEVICE
247 select HWMON 248 select HWMON
248 select NVRAM 249 select NVRAM
249 depends on INPUT 250 select INPUT
251 select NEW_LEDS
252 select LEDS_CLASS
250 ---help--- 253 ---help---
251 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 254 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
252 support for Fn-Fx key combinations, Bluetooth control, video 255 support for Fn-Fx key combinations, Bluetooth control, video
@@ -346,6 +349,7 @@ config ATMEL_SSC
346config INTEL_MENLOW 349config INTEL_MENLOW
347 tristate "Thermal Management driver for Intel menlow platform" 350 tristate "Thermal Management driver for Intel menlow platform"
348 depends on ACPI_THERMAL 351 depends on ACPI_THERMAL
352 select THERMAL
349 depends on X86 353 depends on X86
350 ---help--- 354 ---help---
351 ACPI thermal management enhancement driver on 355 ACPI thermal management enhancement driver on
@@ -353,6 +357,19 @@ config INTEL_MENLOW
353 357
354 If unsure, say N. 358 If unsure, say N.
355 359
360config EEEPC_LAPTOP
361 tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
362 depends on X86
363 depends on ACPI
364 depends on BACKLIGHT_CLASS_DEVICE
365 depends on HWMON
366 depends on EXPERIMENTAL
367 ---help---
368 This driver supports the Fn-Fx keys on Eee PC laptops.
369 It also adds the ability to switch camera/wlan on/off.
370
371 If you have an Eee PC laptop, say Y or M here.
372
356config ENCLOSURE_SERVICES 373config ENCLOSURE_SERVICES
357 tristate "Enclosure Services" 374 tristate "Enclosure Services"
358 default n 375 default n