From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C60B0C2BA19 for ; Tue, 21 Apr 2020 07:41:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A05FD21927 for ; Tue, 21 Apr 2020 07:41:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587454866; bh=tEnS9GBsLYWXaQ65syL/1sOeywCqfiO4IxuBM9rNvmY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Nbm31K0VsPE7HWLnQiFS6k5J/z39aaLXNccEB7Ai2wcyjwG1bLubrBWoRiu/efU2U ok8/FIcpY7ms5oxnuS9pSRmr/L2k/7xLe7+fEe3CbLnZeHLx9BIzbNG+5Iedbt1Gcv eAdqytmQtJ/akn/r9ja5nVhdXIqRshYiEZbwlPcA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726628AbgDUHlG (ORCPT ); Tue, 21 Apr 2020 03:41:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:47740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725992AbgDUHlF (ORCPT ); Tue, 21 Apr 2020 03:41:05 -0400 Received: from coco.lan (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (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 2A4C02073A; Tue, 21 Apr 2020 07:41:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587454865; bh=tEnS9GBsLYWXaQ65syL/1sOeywCqfiO4IxuBM9rNvmY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JwkTd/RuB3UayxsH7qYtY5iYnLQmWOAtBRP9oOTZyW97/JdZOgxyjfLJXLXCSnHvJ gWFXyKiXd2iuEBJAgBZQOKesD0FNboUyfQ8aHPac4dXd/26514j4vKo23qCpfB3E6Y x9GsLuurowjWB23nyGUgKraTKOMGKZMS38CS40AY= Date: Tue, 21 Apr 2020 09:40:59 +0200 From: Mauro Carvalho Chehab To: Ezequiel Garcia Cc: Linux Media Mailing List , Helen Koike , Greg Kroah-Hartman , devel@driverdev.osuosl.org, Stephen Rothwell , Randy Dunlap Subject: Re: [PATCH] media: staging: rkisp1 Kconfig: depends on OF Message-ID: <20200421094059.1ea66ee8@coco.lan> In-Reply-To: References: <56aaef4ea1c26d90952841fa32b2a14bcc27582a.1587401141.git.mchehab+huawei@kernel.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Em Tue, 21 Apr 2020 00:17:08 -0300 Ezequiel Garcia escreveu: > Hi Mauro, Randy, > > On Mon, 20 Apr 2020 at 13:45, Mauro Carvalho Chehab > wrote: > > > > building it with a random config causes a warning: > > > > WARNING: unmet direct dependencies detected for PHY_ROCKCHIP_DPHY_RX0 > > Depends on [n]: STAGING [=y] && STAGING_MEDIA [=y] && MEDIA_SUPPORT [=y] && (ARCH_ROCKCHIP || COMPILE_TEST [=y]) && OF [=n] > > Selected by [y]: > > - VIDEO_ROCKCHIP_ISP1 [=y] && STAGING [=y] && STAGING_MEDIA [=y] && MEDIA_SUPPORT [=y] && VIDEO_V4L2 [=y] && (ARCH_ROCKCHIP || COMPILE_TEST [=y]) > > > > Cc: Stephen Rothwell > > Reported-by: Randy Dunlap > > Signed-off-by: Mauro Carvalho Chehab > > Thanks for the patch. Please note this warning (plus another one), > is already fixed by a couple patches in this series: > > https://patchwork.linuxtv.org/project/linux-media/list/?series=2094 I actually merged the patches yesterday, in order to have a cleaner linux-next today. There were too much Kconfig noise those days. So, could you please rebase your patches on the top of media upstream? Thanks, Mauro