From: Olsimar <olsimar@wanadoo.fr>

I found one mistake in the help of bttv in 2.6.10-rc2-bk4 :

"I2C bit-banging interfaces" in the character device section.

or it's in the device drivers section since 2.6.X.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/media/video/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/media/video/Kconfig~bttv-help-fix drivers/media/video/Kconfig
--- 25/drivers/media/video/Kconfig~bttv-help-fix	2004-11-21 15:51:16.311092408 -0800
+++ 25-akpm/drivers/media/video/Kconfig	2004-11-21 15:51:16.314091952 -0800
@@ -22,7 +22,7 @@ config VIDEO_BT848
 	  <file:Documentation/video4linux/bttv/> for more information.
 
 	  If you say Y or M here, you need to say Y or M to "I2C support" and
-	  "I2C bit-banging interfaces" in the character device section.
+	  "I2C bit-banging interfaces" in the device drivers section.
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called bttv.
_