diff options
author | Hans Petter Selasky <hselasky@c2i.net> | 2011-05-23 12:43:35 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 20:52:20 (GMT) |
commit | a34ff6cdbb464b3e37f0cbb6b0cff9dab4ee057b (patch) | |
tree | 6b770c8f83b3406a497f8a70d9fda98d6d13f0f3 /drivers/media/Kconfig | |
parent | 4522e825dbfc19537a08f65719dc3d69c46fe661 (diff) | |
download | linux-a34ff6cdbb464b3e37f0cbb6b0cff9dab4ee057b.tar.xz |
[media] Make DVB NET configurable in the kernel
Signed-off-by: Hans Petter Selasky <hselasky@c2i.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 6995940..dc61895 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -68,7 +68,6 @@ config VIDEO_V4L2_SUBDEV_API config DVB_CORE tristate "DVB for Linux" - depends on NET && INET select CRC32 help DVB core utility functions for device handling, software fallbacks etc. @@ -85,6 +84,17 @@ config DVB_CORE If unsure say N. +config DVB_NET + bool "DVB Network Support" + default (NET && INET) + depends on NET && INET + help + The DVB network support in the DVB core can + optionally be disabled if this + option is set to N. + + If unsure say Y. + config VIDEO_MEDIA tristate default (DVB_CORE && (VIDEO_DEV = n)) || (VIDEO_DEV && (DVB_CORE = n)) || (DVB_CORE && VIDEO_DEV) |