Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4863517ybb; Tue, 24 Mar 2020 06:45:09 -0700 (PDT) X-Google-Smtp-Source: ADFU+vslRWb6wtusPsmVvbg4M+So+vNX2itoK5NzSCzY+luONpYlxg19CTaRYefDbCEgxeRcykyZ X-Received: by 2002:aca:4d47:: with SMTP id a68mr3636529oib.56.1585057509199; Tue, 24 Mar 2020 06:45:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585057509; cv=none; d=google.com; s=arc-20160816; b=e6J+zr5HZdT4Yq3rUhAlA9oArjVX7015AMDgAfPxnnBSyK3U2RD9aXV6d3b4MxjiQi ccfXI8C4JXNUFaRZ9LAttX9L96uOdNgnhNvMxU3seLEJtrb1L6ZwdCKteh5HmDB7VTXg 3HsV/YM5VCIJlI9BFXh7xwixQ7eZh9APrlJ5T86ZCejOQ9FxcOVbUyqtuM83ysVduXOW 73sZB3f9LUUsMr0wxA2nISzG3gj/EqTE9CQ1wQso6NST7Nya6UxXt/gm1D2T/ahmSk9V f/PSdjB4k5t1czLs3QRcg81j/Ug3K+uwotcwzBkooeNtyIj3Pki0vAV/a0j9YZQpmMih AiUg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=fJ7fFe/mQy7vUWJzn/ZEyaMTlJ468dKH+NhkC9Ht5N4=; b=I73na/HOGPY0bnoCe6OU834fHIww54AGX5QlVMAOcrCaUNzgBOEDiHcG91u6isKIls k4EZ6gSLEaIBxTjOjHMopp0ZygWIwdwt/VBZ9XOZNNRH1MdFnFl9z6/kmWHsEqZGjxux E+ExEupfGotIw//ocEMiIXWGjfrtKLsyok8Y+6qaHJa6Mbr+J7yvdCMb1ZGTa2AZ9Ndy Vcz1+K5GsAOCZqhXC/D0GDIbAZu3G7oKq1UiAyQYrur7HTPnntx+0Q4vx2e1nXlJrTAE E9wkum1DwfGADBSy6Odjs5VjsuhxeL721C4zHVsFfF0JVogj3AuiGcx6KT2QBuHN4fZH KZfQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=y9Jku75J; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w16si9889488otl.217.2020.03.24.06.44.56; Tue, 24 Mar 2020 06:45:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=y9Jku75J; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728733AbgCXNoR (ORCPT + 99 others); Tue, 24 Mar 2020 09:44:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:39112 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727873AbgCXNnU (ORCPT ); Tue, 24 Mar 2020 09:43:20 -0400 Received: from mail.kernel.org (ip5f5ad4e9.dynamic.kabel-deutschland.de [95.90.212.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A655A20B80; Tue, 24 Mar 2020 13:43:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585057398; bh=Z4NTAwq0iX+fSarX+OK5e9Qzq8rS5PhgyAmDd4W8YA8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=y9Jku75JDvYkB1ZW0Zepm9BeRXj8SlP1/7Vuk5aH6dgZPBQ0DmDfPqdqfk1/jXHSY Mv9/NhPzaPdcjQU4usgK5NffHdp4NjoBmljLO3+aApyucWRQLcntp62hqMm1RGE3uE Jg0a9vSJuEKWic1Vjl/4qgBAETI2yImNFJZ+/lKI= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jGjps-0025ra-Tf; Tue, 24 Mar 2020 14:43:16 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Ezequiel Garcia Subject: [PATCH v2 12/20] media: Kconfig: move DVB-specific options to dvb-core/Kconfig Date: Tue, 24 Mar 2020 14:43:05 +0100 Message-Id: <05153eacab4ccb6cc2ca36dbd43e8c761c2d65c5.1585057134.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In order to cleanup the main media Kconfig, move the DVB-core specific options to dvb-core/Kconfig. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/Kconfig | 21 --------------------- drivers/media/dvb-core/Kconfig | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 21 deletions(-) diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 2f4360faed03..44aceb5e5b63 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -164,31 +164,10 @@ config DVB_CORE default y select CRC32 -config DVB_MMAP - bool "Enable DVB memory-mapped API (EXPERIMENTAL)" - depends on DVB_CORE - depends on VIDEO_V4L2=y || VIDEO_V4L2=DVB_CORE - select VIDEOBUF2_VMALLOC help - This option enables DVB experimental memory-mapped API, which - reduces the number of context switches to read DVB buffers, as - the buffers can use mmap() syscalls. - Support for it is experimental. Use with care. If unsure, - say N. -config DVB_NET - bool "DVB Network Support" - default (NET && INET) - depends on NET && INET && DVB_CORE - help - 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. - You may want to disable the network support on embedded devices. If - unsure say Y. # This Kconfig option is used by both PCI and USB drivers config TTPCI_EEPROM diff --git a/drivers/media/dvb-core/Kconfig b/drivers/media/dvb-core/Kconfig index 90e038d5ffd9..0f8e53692b86 100644 --- a/drivers/media/dvb-core/Kconfig +++ b/drivers/media/dvb-core/Kconfig @@ -3,6 +3,32 @@ # DVB device configuration # +config DVB_MMAP + bool "Enable DVB memory-mapped API (EXPERIMENTAL)" + depends on DVB_CORE + depends on VIDEO_V4L2=y || VIDEO_V4L2=DVB_CORE + select VIDEOBUF2_VMALLOC + help + This option enables DVB experimental memory-mapped API, which + reduces the number of context switches to read DVB buffers, as + the buffers can use mmap() syscalls. + + Support for it is experimental. Use with care. If unsure, + say N. + +config DVB_NET + bool "DVB Network Support" + default (NET && INET) + depends on NET && INET && DVB_CORE + help + 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. + + You may want to disable the network support on embedded devices. If + unsure say Y. + config DVB_MAX_ADAPTERS int "maximum number of DVB/ATSC adapters" depends on DVB_CORE -- 2.24.1