aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2011-06-16 15:06:56 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:53:09 -0400
commit9a78efc8fbd6776cd0f704be9cac7b013f3d3d16 (patch)
treeeea99ec8d52ce4a8df93f8d32cd660511cf618f6 /drivers/media/Kconfig
parent3735edf9fd8bfa6e31025a7cc73447516278000b (diff)
[media] DVB: dvb-net, make the kconfig text helpful
Telling the user they can disable an option if they want is not the much useful. Describe what it is good for instead. The text was derived from Mauro's email. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Cc: Hans Petter Selasky <hselasky@c2i.net> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-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/Kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index c2ee0aa53db..9575db429df 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -89,11 +89,13 @@ config DVB_NET
89 default (NET && INET) 89 default (NET && INET)
90 depends on NET && INET && DVB_CORE 90 depends on NET && INET && DVB_CORE
91 help 91 help
92 The DVB network support in the DVB core can 92 This option enables DVB Network Support which is a part of the DVB
93 optionally be disabled if this 93 standard. It is used, for example, by automatic firmware updates used
94 option is set to N. 94 on Set-Top-Boxes. It can also be used to access the Internet via the
95 DVB card, if the network provider supports it.
95 96
96 If unsure say Y. 97 You may want to disable the network support on embedded devices. If
98 unsure say Y.
97 99
98config VIDEO_MEDIA 100config VIDEO_MEDIA
99 tristate 101 tristate