diff options
author | Corentin Chary <corentincj@iksaif.net> | 2008-03-13 07:57:18 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-29 10:08:07 -0400 |
commit | e1faa9da284d14487ed4280b4e87cfde8e1539af (patch) | |
tree | 7bcc0e3d7f44eed7c62103305c1b5bd1d665d731 /drivers/misc/Kconfig | |
parent | a5fa429b4b19cccd3f91a98af891c7ba2706cc1d (diff) |
eeepc-laptop: add hwmon fan control
Adds an hwmon interface to control the fan.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 01b7deba91e8..7a4869a9db86 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -356,6 +356,7 @@ config EEEPC_LAPTOP | |||
356 | depends on X86 | 356 | depends on X86 |
357 | depends on ACPI | 357 | depends on ACPI |
358 | depends on BACKLIGHT_CLASS_DEVICE | 358 | depends on BACKLIGHT_CLASS_DEVICE |
359 | depends on HWMON | ||
359 | depends on EXPERIMENTAL | 360 | depends on EXPERIMENTAL |
360 | ---help--- | 361 | ---help--- |
361 | This driver supports the Fn-Fx keys on Eee PC laptops. | 362 | This driver supports the Fn-Fx keys on Eee PC laptops. |