diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-05-25 14:43:33 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-05-25 14:43:33 -0400 |
commit | 949a9d70020defd7c241607ab3ed037ea88f551c (patch) | |
tree | b366a24968110e94f0ef753558be3b9d8cbbf7b3 /arch | |
parent | 9c084dae5dc7ae0039e330230e70f2a5956e566a (diff) |
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 | |||
917 | 917 | ||
918 | config I8K | 918 | config I8K |
919 | tristate "Dell laptop support" | 919 | tristate "Dell laptop support" |
920 | select HWMON | ||
920 | ---help--- | 921 | ---help--- |
921 | This adds a driver to safely access the System Management Mode | 922 | This adds a driver to safely access the System Management Mode |
922 | of the CPU on the Dell Inspiron 8000. The System Management Mode | 923 | of the CPU on the Dell Inspiron 8000. The System Management Mode |