diff options
Diffstat (limited to 'linux/drivers/media/dvb/av7110')
-rw-r--r-- | linux/drivers/media/dvb/av7110/Config.help | 11 | ||||
-rw-r--r-- | linux/drivers/media/dvb/av7110/Config.in | 3 |
2 files changed, 9 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/av7110/Config.help b/linux/drivers/media/dvb/av7110/Config.help index 826246f77..f80ed5cd8 100644 --- a/linux/drivers/media/dvb/av7110/Config.help +++ b/linux/drivers/media/dvb/av7110/Config.help @@ -1,12 +1,15 @@ CONFIG_DVB_AV7110 - Support for SAA7146 and AV7110 based DVB cards as produced by - Fujitsu-Siemens, Technotrend, Hauppauge and others. + Support for SAA7146 and AV7110 based DVB cards as produced + by Fujitsu-Siemens, Technotrend, Hauppauge and others. Simple cards like so called Budget- or Nova-PCI cards are - supported as well as fullfeatured cards with onboard MPEG2 decoder. + supported as well as fullfeatured cards with onboard MPEG2 + decoder. Say Y if you own such a card and want to use it. - + + Remember to enable CONFIG_VIDEO_DEV. + CONFIG_DVB_AV7110_OSD The AV7110 firmware provides some code to generate an OnScreenDisplay diff --git a/linux/drivers/media/dvb/av7110/Config.in b/linux/drivers/media/dvb/av7110/Config.in index 91faf6b63..0a09f9fcf 100644 --- a/linux/drivers/media/dvb/av7110/Config.in +++ b/linux/drivers/media/dvb/av7110/Config.in @@ -1,4 +1,5 @@ -dep_tristate ' SAA7146 based AV7110 and Nova/budget cards' CONFIG_DVB_AV7110 +dep_tristate ' SAA7146 based AV7110 and Nova/budget cards' CONFIG_DVB_AV7110 $CONFIG_VIDEO_DEV + if [ "$CONFIG_DVB_AV7110" != "n" ]; then bool ' AV7110 OSD support' CONFIG_DVB_AV7110_OSD fi |