diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-05-17 12:09:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-22 00:51:58 -0400 |
commit | 057923f0f5ba346fc128ae0a1c3842d8c12bd7f0 (patch) | |
tree | 6c9cc5d15b6164988c0cb4a994cd22a8d45983c5 | |
parent | 6afe15595031bb9801af6207feed0bafc25b6e6b (diff) |
[PATCH] I2C: chips/Kconfig corrections
Here are some corrections for drivers/i2c/chips/Kconfig.
Signed-off-by: Alexey Fisher <fishor@gmx.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/i2c/chips/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index fa5730a22008..4da7641975fa 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -29,6 +29,7 @@ config SENSORS_ADM1025 | |||
29 | help | 29 | help |
30 | If you say yes here you get support for Analog Devices ADM1025 | 30 | If you say yes here you get support for Analog Devices ADM1025 |
31 | and Philips NE1619 sensor chips. | 31 | and Philips NE1619 sensor chips. |
32 | |||
32 | This driver can also be built as a module. If so, the module | 33 | This driver can also be built as a module. If so, the module |
33 | will be called adm1025. | 34 | will be called adm1025. |
34 | 35 | ||
@@ -38,6 +39,8 @@ config SENSORS_ADM1026 | |||
38 | select I2C_SENSOR | 39 | select I2C_SENSOR |
39 | help | 40 | help |
40 | If you say yes here you get support for Analog Devices ADM1026 | 41 | If you say yes here you get support for Analog Devices ADM1026 |
42 | sensor chip. | ||
43 | |||
41 | This driver can also be built as a module. If so, the module | 44 | This driver can also be built as a module. If so, the module |
42 | will be called adm1026. | 45 | will be called adm1026. |
43 | 46 | ||
@@ -48,6 +51,7 @@ config SENSORS_ADM1031 | |||
48 | help | 51 | help |
49 | If you say yes here you get support for Analog Devices ADM1031 | 52 | If you say yes here you get support for Analog Devices ADM1031 |
50 | and ADM1030 sensor chips. | 53 | and ADM1030 sensor chips. |
54 | |||
51 | This driver can also be built as a module. If so, the module | 55 | This driver can also be built as a module. If so, the module |
52 | will be called adm1031. | 56 | will be called adm1031. |
53 | 57 | ||
@@ -198,8 +202,7 @@ config SENSORS_LM78 | |||
198 | select I2C_SENSOR | 202 | select I2C_SENSOR |
199 | help | 203 | help |
200 | If you say yes here you get support for National Semiconductor LM78, | 204 | If you say yes here you get support for National Semiconductor LM78, |
201 | LM78-J and LM79. This can also be built as a module which can be | 205 | LM78-J and LM79. |
202 | inserted and removed while the kernel is running. | ||
203 | 206 | ||
204 | This driver can also be built as a module. If so, the module | 207 | This driver can also be built as a module. If so, the module |
205 | will be called lm78. | 208 | will be called lm78. |
@@ -232,7 +235,7 @@ config SENSORS_LM85 | |||
232 | select I2C_SENSOR | 235 | select I2C_SENSOR |
233 | help | 236 | help |
234 | If you say yes here you get support for National Semiconductor LM85 | 237 | If you say yes here you get support for National Semiconductor LM85 |
235 | sensor chips and clones: ADT7463 and ADM1027. | 238 | sensor chips and clones: ADT7463, EMC6D100, EMC6D102 and ADM1027. |
236 | 239 | ||
237 | This driver can also be built as a module. If so, the module | 240 | This driver can also be built as a module. If so, the module |
238 | will be called lm85. | 241 | will be called lm85. |