diff options
author | Darrick J. Wong <djwong@us.ibm.com> | 2007-07-31 14:06:52 -0400 |
---|---|---|
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) |
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 73177933ae86..da15d535be6c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -133,6 +133,16 @@ config SENSORS_ADM9240 | |||
133 | This driver can also be built as a module. If so, the module | 133 | This driver can also be built as a module. If so, the module |
134 | will be called adm9240. | 134 | will be called adm9240. |
135 | 135 | ||
136 | config SENSORS_ADT7470 | ||
137 | tristate "Analog Devices ADT7470" | ||
138 | depends on I2C && EXPERIMENTAL | ||
139 | help | ||
140 | If you say yes here you get support for the Analog Devices | ||
141 | ADT7470 temperature monitoring chips. | ||
142 | |||
143 | This driver can also be built as a module. If so, the module | ||
144 | will be called adt7470. | ||
145 | |||
136 | config SENSORS_K8TEMP | 146 | config SENSORS_K8TEMP |
137 | tristate "AMD Athlon64/FX or Opteron temperature sensor" | 147 | tristate "AMD Athlon64/FX or Opteron temperature sensor" |
138 | depends on X86 && PCI && EXPERIMENTAL | 148 | depends on X86 && PCI && EXPERIMENTAL |