diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-09-09 16:03:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:49 -0400 |
commit | a1938038dd7e4188a8663e49242fa77dd2adb7ed (patch) | |
tree | ce6414025055e94bdd12027a6ae8b330fd4d2118 /drivers/media/video | |
parent | e498be7dafd72fd68848c1eef1575aa7c5d658df (diff) |
[PATCH] VIDEO_BT848: remove not required part of the help text
Things that are already expressed through the dependencies don't have to be
mentioned in the help text.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Cc: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 16c85c081e6e..077720c2b640 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -22,9 +22,6 @@ config VIDEO_BT848 | |||
22 | the Miro, Hauppauge and STB boards. Please read the material in | 22 | the Miro, Hauppauge and STB boards. Please read the material in |
23 | <file:Documentation/video4linux/bttv/> for more information. | 23 | <file:Documentation/video4linux/bttv/> for more information. |
24 | 24 | ||
25 | If you say Y or M here, you need to say Y or M to "I2C support" and | ||
26 | "I2C bit-banging interfaces" in the device drivers section. | ||
27 | |||
28 | To compile this driver as a module, choose M here: the | 25 | To compile this driver as a module, choose M here: the |
29 | module will be called bttv. | 26 | module will be called bttv. |
30 | 27 | ||