patch for bttv help in 2.6.X
From: Olsimar
Date: Fri Nov 19 2004 - 20:21:55 EST
Hi all
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.
I have made a patch for you.
bye
--- a/drivers/media/video/Kconfig 2004-11-19 20:46:04.000000000 +0100
+++ b/drivers/media/video/Kconfig 2004-11-20 02:57:07.000000000 +0100
@@ -22,7 +22,7 @@
<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.
diff -Nru a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
--- a/drivers/media/video/Kconfig 2004-11-19 20:46:04.000000000 +0100
+++ b/drivers/media/video/Kconfig 2004-11-20 02:57:07.000000000 +0100
@@ -22,7 +22,7 @@
<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.