diff options
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 | |||
143 | This driver can also be built as a module. If so, the module | 143 | This driver can also be built as a module. If so, the module |
144 | will be called adt7470. | 144 | will be called adt7470. |
145 | 145 | ||
146 | config SENSORS_ADT7473 | ||
147 | tristate "Analog Devices ADT7473" | ||
148 | depends on I2C && EXPERIMENTAL | ||
149 | help | ||
150 | If you say yes here you get support for the Analog Devices | ||
151 | ADT7473 temperature monitoring chips. | ||
152 | |||
153 | This driver can also be built as a module. If so, the module | ||
154 | will be called adt7473. | ||
155 | |||
146 | config SENSORS_K8TEMP | 156 | config SENSORS_K8TEMP |
147 | tristate "AMD Athlon64/FX or Opteron temperature sensor" | 157 | tristate "AMD Athlon64/FX or Opteron temperature sensor" |
148 | depends on X86 && PCI && EXPERIMENTAL | 158 | depends on X86 && PCI && EXPERIMENTAL |