diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2009-01-15 22:27:47 +0100 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-01-15 22:27:47 +0100 |
commit | 1c301fc5394f7e1aa4c201e6e03d55d9c08b3bdf (patch) | |
tree | 579d27b572c965a377a9a8da7ff16d7f9febfe1b /drivers/hwmon/Kconfig | |
parent | 76ff08da34196cfa308fcd3552bb9ea20888e745 (diff) | |
download | blackbird-op-linux-1c301fc5394f7e1aa4c201e6e03d55d9c08b3bdf.tar.gz blackbird-op-linux-1c301fc5394f7e1aa4c201e6e03d55d9c08b3bdf.zip |
hwmon: Add a driver for the ADT7475 hardware monitoring chip
Hwmon driver for the ADT7475 chip.
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 4b33bc82cc24..5c349a19a3a3 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -189,6 +189,16 @@ config SENSORS_ADT7473 This driver can also be built as a module. If so, the module will be called adt7473. +config SENSORS_ADT7475 + tristate "Analog Devices ADT7475" + depends on I2C && EXPERIMENTAL + help + If you say yes here you get support for the Analog Devices + ADT7475 hardware monitoring chips. + + This driver can also be build as a module. If so, the module + will be called adt7475. + config SENSORS_K8TEMP tristate "AMD Athlon64/FX or Opteron temperature sensor" depends on X86 && PCI && EXPERIMENTAL |