diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 77d032fb813d..b6d65aa20825 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -226,6 +226,19 @@ config SENSORS_ADT7475 | |||
226 | This driver can also be build as a module. If so, the module | 226 | This driver can also be build as a module. If so, the module |
227 | will be called adt7475. | 227 | will be called adt7475. |
228 | 228 | ||
229 | config SENSORS_ASC7621 | ||
230 | tristate "Andigilog aSC7621" | ||
231 | depends on HWMON && I2C | ||
232 | help | ||
233 | If you say yes here you get support for the aSC7621 | ||
234 | family of SMBus sensors chip found on most Intel X48, X38, 975, | ||
235 | 965 and 945 desktop boards. Currently supported chips: | ||
236 | aSC7621 | ||
237 | aSC7621a | ||
238 | |||
239 | This driver can also be built as a module. If so, the module | ||
240 | will be called asc7621. | ||
241 | |||
229 | config SENSORS_K8TEMP | 242 | config SENSORS_K8TEMP |
230 | tristate "AMD Athlon64/FX or Opteron temperature sensor" | 243 | tristate "AMD Athlon64/FX or Opteron temperature sensor" |
231 | depends on X86 && PCI && EXPERIMENTAL | 244 | depends on X86 && PCI && EXPERIMENTAL |