aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index edf8febb5bc4..5b2eaff47900 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -191,21 +191,25 @@ config SENSORS_ADT7470
191 will be called adt7470. 191 will be called adt7470.
192 192
193config SENSORS_ADT7473 193config SENSORS_ADT7473
194 tristate "Analog Devices ADT7473" 194 tristate "Analog Devices ADT7473 (DEPRECATED)"
195 depends on I2C && EXPERIMENTAL 195 depends on I2C && EXPERIMENTAL
196 select SENSORS_ADT7475
196 help 197 help
197 If you say yes here you get support for the Analog Devices 198 If you say yes here you get support for the Analog Devices
198 ADT7473 temperature monitoring chips. 199 ADT7473 temperature monitoring chips.
199 200
201 This driver is deprecated, you should use the adt7475 driver
202 instead.
203
200 This driver can also be built as a module. If so, the module 204 This driver can also be built as a module. If so, the module
201 will be called adt7473. 205 will be called adt7473.
202 206
203config SENSORS_ADT7475 207config SENSORS_ADT7475
204 tristate "Analog Devices ADT7475" 208 tristate "Analog Devices ADT7473 and ADT7475"
205 depends on I2C && EXPERIMENTAL 209 depends on I2C && EXPERIMENTAL
206 help 210 help
207 If you say yes here you get support for the Analog Devices 211 If you say yes here you get support for the Analog Devices
208 ADT7475 hardware monitoring chips. 212 ADT7473 and ADT7475 hardware monitoring chips.
209 213
210 This driver can also be build as a module. If so, the module 214 This driver can also be build as a module. If so, the module
211 will be called adt7475. 215 will be called adt7475.