diff options
author | Darrick J. Wong <djwong@us.ibm.com> | 2007-07-31 11:06:52 -0700 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-10-09 22:56:29 -0400 |
commit | 6f9703d0be16f694ce24dde1ce1fc4a4e4e5ed55 (patch) | |
tree | ee34f61556db8e3db79698f1091818fde981c787 /drivers/hwmon/Kconfig | |
parent | 8afb10490b18e916e33707baa7d1cfc615d545ea (diff) | |
download | kernel-crypto-6f9703d0be16f694ce24dde1ce1fc4a4e4e5ed55.tar.gz kernel-crypto-6f9703d0be16f694ce24dde1ce1fc4a4e4e5ed55.tar.xz kernel-crypto-6f9703d0be16f694ce24dde1ce1fc4a4e4e5ed55.zip |
hwmon: add support for adt7470
New driver to expose temperature and fan controls attached to Analog
Devices ADT7470 hwmon chips.
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 73177933ae8..da15d535be6 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -133,6 +133,16 @@ config SENSORS_ADM9240 This driver can also be built as a module. If so, the module will be called adm9240. +config SENSORS_ADT7470 + tristate "Analog Devices ADT7470" + depends on I2C && EXPERIMENTAL + help + If you say yes here you get support for the Analog Devices + ADT7470 temperature monitoring chips. + + This driver can also be built as a module. If so, the module + will be called adt7470. + config SENSORS_K8TEMP tristate "AMD Athlon64/FX or Opteron temperature sensor" depends on X86 && PCI && EXPERIMENTAL |