]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] add two help texts to drivers_i2c_Kconfig
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 9 Feb 2003 10:58:57 +0000 (02:58 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 9 Feb 2003 10:58:57 +0000 (02:58 -0800)
From:  Steven Cole <elenstev@mesatop.com>

  Here are some help texts from 2.4.21-pre3 Configure.help which are
  needed in 2.5.59 drivers/i2c/Kconfig.

drivers/i2c/Kconfig

index ab26300729b23c02666a5fea02998a056cb193e4..071fdeb4de30f4e9ffda15911cc93cbccd631841 100644 (file)
@@ -145,10 +145,26 @@ config I2C_ELEKTOR
 config ITE_I2C_ALGO
        tristate "ITE I2C Algorithm"
        depends on MIPS_ITE8172 && I2C
+       help
+         This supports the use of 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 module, say M here and read Documentation/modules.txt.
+         The module will be called i2c-algo-ite.o.
 
 config ITE_I2C_ADAP
        tristate "ITE I2C Adapter"
        depends on ITE_I2C_ALGO
+       help
+         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 Documentation/modules.txt.
+         The module will be called i2c-adap-ite.o.
 
 config I2C_ALGO8XX
        tristate "MPC8xx CPM I2C interface"