diff options
author | Hans Petter Selasky <hselasky@c2i.net> | 2011-05-23 08:43:35 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:52:20 -0400 |
commit | a34ff6cdbb464b3e37f0cbb6b0cff9dab4ee057b (patch) | |
tree | 6b770c8f83b3406a497f8a70d9fda98d6d13f0f3 /drivers/media/Kconfig | |
parent | 4522e825dbfc19537a08f65719dc3d69c46fe661 (diff) |
[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 6995940b633a..dc61895abcf5 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -68,7 +68,6 @@ config VIDEO_V4L2_SUBDEV_API | |||
68 | 68 | ||
69 | config DVB_CORE | 69 | config DVB_CORE |
70 | tristate "DVB for Linux" | 70 | tristate "DVB for Linux" |
71 | depends on NET && INET | ||
72 | select CRC32 | 71 | select CRC32 |
73 | help | 72 | help |
74 | DVB core utility functions for device handling, software fallbacks etc. | 73 | DVB core utility functions for device handling, software fallbacks etc. |
@@ -85,6 +84,17 @@ config DVB_CORE | |||
85 | 84 | ||
86 | If unsure say N. | 85 | If unsure say N. |
87 | 86 | ||
87 | config DVB_NET | ||
88 | bool "DVB Network Support" | ||
89 | default (NET && INET) | ||
90 | depends on NET && INET | ||
91 | help | ||
92 | The DVB network support in the DVB core can | ||
93 | optionally be disabled if this | ||
94 | option is set to N. | ||
95 | |||
96 | If unsure say Y. | ||
97 | |||
88 | config VIDEO_MEDIA | 98 | config VIDEO_MEDIA |
89 | tristate | 99 | tristate |
90 | default (DVB_CORE && (VIDEO_DEV = n)) || (VIDEO_DEV && (DVB_CORE = n)) || (DVB_CORE && VIDEO_DEV) | 100 | default (DVB_CORE && (VIDEO_DEV = n)) || (VIDEO_DEV && (DVB_CORE = n)) || (DVB_CORE && VIDEO_DEV) |