From patchwork Thu Jun 16 19:06:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiri Slaby X-Patchwork-Id: 51 Return-path: Envelope-to: mchehab@pedra Delivery-date: Thu, 16 Jun 2011 16:15:29 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1QXI2K-0003wL-Iw for mchehab@pedra; Thu, 16 Jun 2011 16:15:28 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Thu, 16 Jun 2011 16:15:28 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QXI1R-0001cL-3v; Thu, 16 Jun 2011 19:14:33 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757221Ab1FPTOa (ORCPT + 1 other); Thu, 16 Jun 2011 15:14:30 -0400 Received: from mail.pripojeni.net ([178.22.112.14]:55558 "EHLO smtp.pripojeni.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757073Ab1FPTO3 (ORCPT ); Thu, 16 Jun 2011 15:14:29 -0400 X-Greylist: delayed 444 seconds by postgrey-1.27 at vger.kernel.org; Thu, 16 Jun 2011 15:14:29 EDT Received: from anemoi.localdomain ([178.22.113.142]) by smtp.pripojeni.net (Kerio Connect 7.2.0 patch 1); Thu, 16 Jun 2011 21:06:58 +0200 From: Jiri Slaby To: mchehab@redhat.com Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, jirislaby@gmail.com, Jiri Slaby , Hans Petter Selasky Subject: [PATCH] DVB: dvb-net, make the kconfig text helpful Date: Thu, 16 Jun 2011 21:06:56 +0200 Message-Id: <1308251216-8194-1-git-send-email-jslaby@suse.cz> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <4DF9DD25.1000103@redhat.com> References: <4DF9DD25.1000103@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: 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 Cc: Mauro Carvalho Chehab Cc: Hans Petter Selasky Acked-by: Randy Dunlap Acked-by: Hans Petter Selasky --- drivers/media/Kconfig | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index dc61895..279e2b9 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -89,11 +89,13 @@ config DVB_NET 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. + This option enables DVB Network Support which is a part of the DVB + standard. It is used, for example, by automatic firmware updates used + on Set-Top-Boxes. It can also be used to access the Internet via the + DVB card, if the network provider supports it. - If unsure say Y. + You may want to disable the network support on embedded devices. If + unsure say Y. config VIDEO_MEDIA tristate