[PATCH] 2.5.5-pre1 add two help texts in drivers/i2c/Config.help

Steven Cole (elenstev@mesatop.com)
Thu, 14 Feb 2002 16:02:42 -0700


This patch adds two help texts for CONFIG_ITE_I2C_ALGO and
CONFIG_ITE_I2C_ADAP in drivers/i2c/Config.help.

Steven

--- linux-2.5.5-pre1/drivers/i2c/Config.help.orig Thu Feb 14 15:39:24 2002
+++ linux-2.5.5-pre1/drivers/i2c/Config.help Thu Feb 14 15:47:05 2002
@@ -80,6 +80,26 @@
<file:Documentation/modules.txt>.
The module will be called i2c-elektor.o.

+CONFIG_ITE_I2C_ALGO
+ This supports the use the ITE8172 I2C interface found on some MIPS
+ systems. Say Y if you have one of these. You should also say Y for
+ the ITE I2C peripheral driver support below.
+
+ This support is also available as a module. If you want to compile
+ it as a modules, say M here and read
+ <file:Documentation/modules.txt>.
+ The module will be called i2c-algo-ite.o.
+
+CONFIG_ITE_I2C_ADAP
+ This supports the ITE8172 I2C peripheral found on some MIPS
+ systems. Say Y if you have one of these. You should also say Y for
+ the ITE I2C driver algorithm support above.
+
+ This support is also available as a module. If you want to compile
+ it as a module, say M here and read
+ <file:Documentation/modules.txt>.
+ The module will be called i2c-adap-ite.o.
+
CONFIG_I2C_CHARDEV
Say Y here to use i2c-* device files, usually found in the /dev
directory on your system. They make it possible to have user-space

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/