diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-11-09 00:38:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:24 -0500 |
commit | 141a877949ffc22f33dc467dc256259c547ad52e (patch) | |
tree | 4a8bd55e733740772666eccc9def8b874e7584de /drivers/media | |
parent | d5f69daf91edda79e97fbb702e6a15cdf3e496a1 (diff) |
[PATCH] v4l: 855: improve kconfig user friendliness for hybrid dvb v4l boards
- Improve Kconfig user-friendliness for hybrid dvb/v4l boards.
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 882791b14ef8..f3b077ec0c35 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -25,6 +25,16 @@ config VIDEO_BT848 | |||
25 | To compile this driver as a module, choose M here: the | 25 | To compile this driver as a module, choose M here: the |
26 | module will be called bttv. | 26 | module will be called bttv. |
27 | 27 | ||
28 | config VIDEO_BT848_DVB | ||
29 | tristate "DVB/ATSC Support for bt878 based TV cards" | ||
30 | depends on VIDEO_BT848 && DVB_CORE | ||
31 | select DVB_BT8XX | ||
32 | ---help--- | ||
33 | This adds support for DVB/ATSC cards based on the BT878 chip. | ||
34 | |||
35 | To compile this driver as a module, choose M here: the | ||
36 | module will be called dvb-bt8xx. | ||
37 | |||
28 | config VIDEO_SAA6588 | 38 | config VIDEO_SAA6588 |
29 | tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" | 39 | tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" |
30 | depends on VIDEO_DEV && I2C && VIDEO_BT848 | 40 | depends on VIDEO_DEV && I2C && VIDEO_BT848 |