Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp2500672ybb; Fri, 27 Mar 2020 06:48:40 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtW82ZPH/5jc2WOoOZqbcp2ymK+WHLm1FrUJYj1xYJrmN23M4iNIBU+l1wiZAtQYggzKoF3 X-Received: by 2002:aca:cf87:: with SMTP id f129mr3773364oig.109.1585316920757; Fri, 27 Mar 2020 06:48:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585316920; cv=none; d=google.com; s=arc-20160816; b=REwqgD6woeKuTbTHaCoJ/noWtwuQgWVwJ0nymIsKzZ7k3rM4pyaCbYzO2E0gbI8Crs Cfvq5EdguTbaYiGKEn7Vg9QfRo0E4syXesYP3ib/SxAq/fgww5VIpOAQlS2uAWeyA6VL cQa0RO22IquetYZiGcSmxImGPrKfNXKCi0q/asSdVOqsaEn1jMDqeXMP5nRGZKxObbpf up66ymb6TIwInHjOQZ1rrnAD26/IEUWhTDB6fkwlZhRxHV4SgGbs0eIeTiEAHh0SSItX nLqgIsP4jLtsEXFMk2auIISz4dDtHkvUp14RN7mwElW0Mgaed85mw8nPnmtdQ6tUYlvM bA2g== 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 :user-agent:organization:references:in-reply-to:date:cc:to:from :subject:message-id; bh=fyhsr2q9uQlACSwmTfWtfw3bVSUCU/gwa10ocd8GJyQ=; b=aQxX0kAEZ1+dj+D1U66nOtHbHYIM0iE7UCnB7PD3VTvxhHH5Znfcnzd+TaddOZtTFx NznoAQ5w3D0jOQEt5ZqonVKCS8YbmWbmSTujRPuTSNadbPmfsPEK7FOiA0a+XMvAXXqe 17rFeJvPBkYIm1Y+jrFhv0zvsXZ6jk/beoa7SeEEFGwjuBsUi3QBHck59ng5iVsb7wgF UrrLKYxORYOSQyueflEItY+yKxpJWCH8CgNs2kYmJhXW/VozvWTd/OzzsX+S6M7JLyzl I8Ujm+gBfSdsn6cLcsN5B4pMaQw6t7rB6ZyBa6c9DmIbrmq4hfmSE1YCuBb0BpM5BU7e 6gMw== ARC-Authentication-Results: i=1; mx.google.com; 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=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q19si2272848otk.11.2020.03.27.06.48.26; Fri, 27 Mar 2020 06:48:40 -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; 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=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727541AbgC0Nr4 (ORCPT + 99 others); Fri, 27 Mar 2020 09:47:56 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:33878 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726275AbgC0Nr4 (ORCPT ); Fri, 27 Mar 2020 09:47:56 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id C4333297E7F Message-ID: Subject: Re: [PATCH 2/2] media: Remove VIDEO_DEV unneeded dependency From: Ezequiel Garcia To: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Tomasz Figa , Nicolas Dufresne , kernel@collabora.com, Hans Verkuil , Sean Young , Philipp Zabel , Laurent Pinchart , Sakari Ailus , Michael Ira Krufky , Helen Koike Date: Fri, 27 Mar 2020 10:47:44 -0300 In-Reply-To: <0336a046563a3d0556c988a67be2642194831710.camel@collabora.com> References: <20200323211022.28297-1-ezequiel@collabora.com> <20200323211022.28297-3-ezequiel@collabora.com> <20200324104722.1c605792@coco.lan> <0336a046563a3d0556c988a67be2642194831710.camel@collabora.com> Organization: Collabora Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.0-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mauro, On Tue, 2020-03-24 at 07:18 -0300, Ezequiel Garcia wrote: > On Tue, 2020-03-24 at 10:47 +0100, Mauro Carvalho Chehab wrote: > > Em Mon, 23 Mar 2020 18:10:22 -0300 > > Ezequiel Garcia escreveu: > > > > > Enable VIDEO_DEV (which compiles Video4Linux core) > > > when MEDIA_SUPPORT is selected. This is needed, in order > > > to be able to enable devices such as stateless codecs. > > > > > > Signed-off-by: Ezequiel Garcia > > > --- > > > drivers/media/Kconfig | 2 -- > > > 1 file changed, 2 deletions(-) > > > > > > diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig > > > index b36a41332867..7de472ad07a2 100644 > > > --- a/drivers/media/Kconfig > > > +++ b/drivers/media/Kconfig > > > @@ -93,13 +93,11 @@ source "drivers/media/mc/Kconfig" > > > > > > # > > > # Video4Linux support > > > -# Only enables if one of the V4L2 types (ATV, webcam, radio) is selected > > > # > > > > > > config VIDEO_DEV > > > tristate > > > depends on MEDIA_SUPPORT > > > - depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT > > > default y > > > > > > config VIDEO_V4L2_SUBDEV_API > > > > The rationale of the above is to exclude Digital TV and remote > > controller. > > > > Removing the above will make the V4L2 core available every time, even > > if all the user wants is remote controller or Digital TV support. > > > > Hm, right. > > > I'm working on a patchset that should hopefully address the issues > > you're concerning. > > > > Thanks, I'll appreciate that. > It seems the config rework you sent will undergo some extended discussions, which is fine given it's a full rework. I'd like to send a smaller (ideally just one or two patches) series, so we can improve the situation on codecs on a smaller timeframe. Thanks! Ezequiel