diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-12-01 00:52:10 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-01 15:49:00 -0800 |
commit | 31b3c31bca3b4df975631323d6ee6f49f43f4956 (patch) | |
tree | dc873a16f109971287609c133855ce4d3f323dda | |
parent | a72403594ad23bbd2ac0349dd0e537b28862faac (diff) | |
download | linux-3.10-31b3c31bca3b4df975631323d6ee6f49f43f4956.tar.gz linux-3.10-31b3c31bca3b4df975631323d6ee6f49f43f4956.tar.bz2 linux-3.10-31b3c31bca3b4df975631323d6ee6f49f43f4956.zip |
[PATCH] V4l/dvb: Fix typo, removing incorrect info from CONFIG_BT848_DVB kconfig entry.
Fix typo, removing incorrect info from CONFIG_BT848_DVB kconfig entry.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-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 ecb9a31dd00..cc4a723e24d 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -32,9 +32,6 @@ config VIDEO_BT848_DVB ---help--- This adds support for DVB/ATSC cards based on the BT878 chip. - To compile this driver as a module, choose M here: the - module will be called dvb-bt8xx. - config VIDEO_SAA6588 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" depends on VIDEO_DEV && I2C && VIDEO_BT848 |