diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-06-10 12:43:26 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 22:53:07 +0200 |
commit | 8c528d5e51af26fd71ca6b5e39dfd1b4bd34c505 (patch) | |
tree | 249c98ae5c9cd060bf6c8a87d476d067b1e13dc9 /drivers/media/Kconfig | |
parent | [media] cx23885: Add IR Rx support for HVR-1270 boards (diff) | |
download | linux-8c528d5e51af26fd71ca6b5e39dfd1b4bd34c505.tar.xz linux-8c528d5e51af26fd71ca6b5e39dfd1b4bd34c505.zip |
[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 dc61895abcf5..c2ee0aa53db9 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 |