summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/av7110
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/av7110')
-rw-r--r--linux/drivers/media/dvb/av7110/Config.help6
-rw-r--r--linux/drivers/media/dvb/av7110/Config.in3
2 files changed, 4 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/av7110/Config.help b/linux/drivers/media/dvb/av7110/Config.help
index f80ed5cd8..db5d87a05 100644
--- a/linux/drivers/media/dvb/av7110/Config.help
+++ b/linux/drivers/media/dvb/av7110/Config.help
@@ -8,16 +8,14 @@ CONFIG_DVB_AV7110
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
- on the video output. This is kind of proprietary and not guaranteed to
+ on the video output. This is kind of nonstandard and not guaranteed to
be maintained.
Anyway, some popular DVB software like VDR uses this OSD to render
- it's menus, so say Y if you want to use this software.
+ its menus, so say Y if you want to use this software.
All other people say N.
diff --git a/linux/drivers/media/dvb/av7110/Config.in b/linux/drivers/media/dvb/av7110/Config.in
index 0a09f9fcf..95c1dc819 100644
--- a/linux/drivers/media/dvb/av7110/Config.in
+++ b/linux/drivers/media/dvb/av7110/Config.in
@@ -1,5 +1,6 @@
-dep_tristate ' SAA7146 based AV7110 and Nova/budget cards' CONFIG_DVB_AV7110 $CONFIG_VIDEO_DEV
+dep_tristate ' SAA7146 based AV7110 and Nova/budget cards' CONFIG_DVB_AV7110 $CONFIG_VIDEO_DEV $CONFIG_DVB_CORE
if [ "$CONFIG_DVB_AV7110" != "n" ]; then
bool ' AV7110 OSD support' CONFIG_DVB_AV7110_OSD
fi
+