diff options
author | Corentin Labbe <corentin.labbe@geomatys.fr> | 2007-02-14 21:15:04 +0100 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2007-02-14 21:15:04 +0100 |
commit | cae2caae78258d623c7b687029a19fa6b33c76f4 (patch) | |
tree | d88452d8aff1fb6f0619bbbe4d37baf48cfa9bb8 /drivers/hwmon/Kconfig | |
parent | 657c93b10fac97467cdf1d0424a209ce2e81991a (diff) | |
download | blackbird-op-linux-cae2caae78258d623c7b687029a19fa6b33c76f4.tar.gz blackbird-op-linux-cae2caae78258d623c7b687029a19fa6b33c76f4.zip |
hwmon: New driver for the Analog Devices ADM1029
Signed-off-by: Corentin Labbe <corentin.labbe@geomatys.fr>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 891ef6d0b1bf..c3d4856fb618 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -73,6 +73,17 @@ config SENSORS_ADM1026 This driver can also be built as a module. If so, the module will be called adm1026. +config SENSORS_ADM1029 + tristate "Analog Devices ADM1029" + depends on HWMON && I2C && EXPERIMENTAL + help + If you say yes here you get support for Analog Devices ADM1029 + sensor chip. + Very rare chip, please let us know you use it. + + This driver can also be built as a module. If so, the module + will be called adm1029. + config SENSORS_ADM1031 tristate "Analog Devices ADM1031 and compatibles" depends on HWMON && I2C && EXPERIMENTAL |