diff options
author | Corentin Labbe <corentin.labbe@geomatys.fr> | 2007-02-14 15:15:04 -0500 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2007-02-14 15:15:04 -0500 |
commit | cae2caae78258d623c7b687029a19fa6b33c76f4 (patch) | |
tree | d88452d8aff1fb6f0619bbbe4d37baf48cfa9bb8 /drivers/hwmon/Kconfig | |
parent | 657c93b10fac97467cdf1d0424a209ce2e81991a (diff) |
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 | |||
73 | This driver can also be built as a module. If so, the module | 73 | This driver can also be built as a module. If so, the module |
74 | will be called adm1026. | 74 | will be called adm1026. |
75 | 75 | ||
76 | config SENSORS_ADM1029 | ||
77 | tristate "Analog Devices ADM1029" | ||
78 | depends on HWMON && I2C && EXPERIMENTAL | ||
79 | help | ||
80 | If you say yes here you get support for Analog Devices ADM1029 | ||
81 | sensor chip. | ||
82 | Very rare chip, please let us know you use it. | ||
83 | |||
84 | This driver can also be built as a module. If so, the module | ||
85 | will be called adm1029. | ||
86 | |||
76 | config SENSORS_ADM1031 | 87 | config SENSORS_ADM1031 |
77 | tristate "Analog Devices ADM1031 and compatibles" | 88 | tristate "Analog Devices ADM1031 and compatibles" |
78 | depends on HWMON && I2C && EXPERIMENTAL | 89 | depends on HWMON && I2C && EXPERIMENTAL |