aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-06-10 06:43:26 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:53:07 -0400
commit8c528d5e51af26fd71ca6b5e39dfd1b4bd34c505 (patch)
tree249c98ae5c9cd060bf6c8a87d476d067b1e13dc9 /drivers/media/Kconfig
parent9b3d8eccc3024d0bbf1e51845a18f2dbe0db3371 (diff)
[media] media: DVB_NET must depend on DVB_CORE
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index dc61895abcf5..c2ee0aa53db9 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -87,7 +87,7 @@ config DVB_CORE
87config DVB_NET 87config DVB_NET
88 bool "DVB Network Support" 88 bool "DVB Network Support"
89 default (NET && INET) 89 default (NET && INET)
90 depends on NET && INET 90 depends on NET && INET && DVB_CORE
91 help 91 help
92 The DVB network support in the DVB core can 92 The DVB network support in the DVB core can
93 optionally be disabled if this 93 optionally be disabled if this