diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-05-25 20:43:33 +0200 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-05-25 20:43:33 +0200 |
commit | 949a9d70020defd7c241607ab3ed037ea88f551c (patch) | |
tree | b366a24968110e94f0ef753558be3b9d8cbbf7b3 /arch | |
parent | 9c084dae5dc7ae0039e330230e70f2a5956e566a (diff) | |
download | linux-stable-949a9d70020defd7c241607ab3ed037ea88f551c.tar.gz linux-stable-949a9d70020defd7c241607ab3ed037ea88f551c.tar.bz2 linux-stable-949a9d70020defd7c241607ab3ed037ea88f551c.zip |
i8k: Integrate with the hwmon subsystem
Let i8k create an hwmon class device so that libsensors will expose
the CPU temperature and fan speeds to monitoring applications.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Massimo Dal Zotto <dz@debian.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 880fcb6c86f4..dcf25b71f6d7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -917,6 +917,7 @@ config TOSHIBA config I8K tristate "Dell laptop support" + select HWMON ---help--- This adds a driver to safely access the System Management Mode of the CPU on the Dell Inspiron 8000. The System Management Mode |