Skip to content

Commit

Permalink
[media] media: DVB_NET must depend on DVB_CORE
Browse files Browse the repository at this point in the history
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
lyakh authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 9b3d8ec commit 8c528d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/Kconfig
Expand Up @@ -87,7 +87,7 @@ config DVB_CORE
config DVB_NET
bool "DVB Network Support"
default (NET && INET)
depends on NET && INET
depends on NET && INET && DVB_CORE
help
The DVB network support in the DVB core can
optionally be disabled if this
Expand Down

0 comments on commit 8c528d5

Please sign in to comment.