diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-24 23:59:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-24 23:59:49 -0400 |
commit | e04180882faf69e896a8131ff3137788dd08b8d3 (patch) | |
tree | c625282ce7d3be6ba561f9bf8c80badd5f3bf99d /drivers/hwmon/Kconfig | |
parent | 8394b3a84bf3e4665da4e535d34980aa6ba78969 (diff) |
hwmon: Add Ultra45 workstation hwmon driver.
This is a PIC16F747 based controller that monitors and consolidates
the hardware access to various fan and temperature values reported by
adr7462 and similar devices behind an I2C bus.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index d402e8d813ce..89765dd9aadf 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -791,6 +791,13 @@ config SENSORS_W83627EHF | |||
791 | This driver can also be built as a module. If so, the module | 791 | This driver can also be built as a module. If so, the module |
792 | will be called w83627ehf. | 792 | will be called w83627ehf. |
793 | 793 | ||
794 | config SENSORS_ULTRA45 | ||
795 | tristate "Sun Ultra45 PIC16F747" | ||
796 | depends on SPARC64 | ||
797 | help | ||
798 | This driver provides support for the Ultra45 workstation environmental | ||
799 | sensors. | ||
800 | |||
794 | config SENSORS_HDAPS | 801 | config SENSORS_HDAPS |
795 | tristate "IBM Hard Drive Active Protection System (hdaps)" | 802 | tristate "IBM Hard Drive Active Protection System (hdaps)" |
796 | depends on INPUT && X86 | 803 | depends on INPUT && X86 |