diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-06-10 07:43:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 17:53:07 -0300 |
commit | 8c528d5e51af26fd71ca6b5e39dfd1b4bd34c505 (patch) | |
tree | 249c98ae5c9cd060bf6c8a87d476d067b1e13dc9 /drivers/media/Kconfig | |
parent | 9b3d8eccc3024d0bbf1e51845a18f2dbe0db3371 (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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index dc61895abcf..c2ee0aa53db 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -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 |