diff options
author | Darrick J. Wong <djwong@us.ibm.com> | 2008-02-18 13:33:23 -0800 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-18 21:51:29 -0500 |
commit | 57df46d6d9ccd6ced95f169020f79ae637423087 (patch) | |
tree | 7ca14cba0e78cc8f35094e7cc9a8cbd7a715af19 /drivers/hwmon/Kconfig | |
parent | ae770152c801f10a91e5e86597a39b5f9ccf2d0d (diff) |
hwmon: New driver for Analog Devices ADT7473 sensor chip
This driver reports voltage, temperature and fan sensor readings
on an ADT7473 chip.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 410ffe4e9d80..368879ff5d8c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -143,6 +143,16 @@ config SENSORS_ADT7470 This driver can also be built as a module. If so, the module will be called adt7470. +config SENSORS_ADT7473 + tristate "Analog Devices ADT7473" + depends on I2C && EXPERIMENTAL + help + If you say yes here you get support for the Analog Devices + ADT7473 temperature monitoring chips. + + This driver can also be built as a module. If so, the module + will be called adt7473. + config SENSORS_K8TEMP tristate "AMD Athlon64/FX or Opteron temperature sensor" depends on X86 && PCI && EXPERIMENTAL |