Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4131641ybb; Mon, 23 Mar 2020 14:11:54 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuhoTyXJm3XCXd78C8LX7zVzYTc43HnzDbee/Mhk4DZozwA0sYDqSZ5l+V2VEuxs/6IlNi/ X-Received: by 2002:a9d:4e3:: with SMTP id 90mr20007592otm.261.1584997914274; Mon, 23 Mar 2020 14:11:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584997914; cv=none; d=google.com; s=arc-20160816; b=hlHRbwoEO2fkXTbjPyC9sJfIgFi9CtW2douqPRvk5x9/pZTk0EVHYz1xXv5AS/M164 vNju+XJicPF77IIlciH53+/vlOirBdp6MPBkUG3uHhio+2KbBBH+LuIoHX2HSEejIsKy cyU4eylMzZWOVG/fOXKfDbnSyl/VAQc1uF4hnqucZhd7vpsTN76asli7GwFniTHkYLHC Pc6Qr8ZG1/MP42PZoK/hERFi2OUMP2p4GSBxqnoqrCPRGuvhHQ3QI7w2bpfwWUmZNJaW 2U8DuTPn61ky776w7HczAh7PzDf0ih9JD5J7XVpFIlKcLFlEruzLDnHeQKAHJ0zfGn7Z G01Q== 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; bh=mnUbKXKYM1R0hk125WrsTHMuGL6EDSchjs2EEPnZEHY=; b=GOLfpnF0jO/rEmLKxaWG7c3r/LF4csDwstb8dZR+bQW5mUeulfBtgQ7Nrm4h81B2X1 XNS2Fpix6dhBAX6yh/nvuqsyxPhQV/X8snkeywqc+IXDvAv+VGwkLytndJWwECS1Hmk1 F5i0XfvYCC9xNVbupcVK5NAoNZdrDxsOdQVJfziBT/YARGySPOGxG8+B6bYRIKWnty2i MQJU8+dbENDN97nXIDWU9sseoywO8XyaHnAvoNCulV2ZjnsWtUhcyWY7ncxlaaXFE+ck SfpAINXMFdqbceea+iCywE/p/LW7vKaior1eHwKJoI9mdkVCnK5v7ERCumoHw+KRGusa RD/Q== 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 e24si3974872otk.203.2020.03.23.14.11.41; Mon, 23 Mar 2020 14:11:54 -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 S1727071AbgCWVKq (ORCPT + 99 others); Mon, 23 Mar 2020 17:10:46 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:40486 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726177AbgCWVKp (ORCPT ); Mon, 23 Mar 2020 17:10:45 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id A5D79296002 From: Ezequiel Garcia To: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Tomasz Figa , Nicolas Dufresne , kernel@collabora.com, Hans Verkuil , Sean Young , Philipp Zabel , Laurent Pinchart , Sakari Ailus , Michael Ira Krufky , Mauro Carvalho Chehab , Helen Koike , Ezequiel Garcia Subject: [PATCH 2/2] media: Remove VIDEO_DEV unneeded dependency Date: Mon, 23 Mar 2020 18:10:22 -0300 Message-Id: <20200323211022.28297-3-ezequiel@collabora.com> X-Mailer: git-send-email 2.26.0.rc2 In-Reply-To: <20200323211022.28297-1-ezequiel@collabora.com> References: <20200323211022.28297-1-ezequiel@collabora.com> 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 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 -- 2.26.0.rc2