Message ID | Pine.LNX.4.64.1106101243050.12671@axis700.grange (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index dc61895..c2ee0aa 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
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> --- drivers/media/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)