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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A21B7C433EF for ; Fri, 11 Mar 2022 14:33:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349376AbiCKOey convert rfc822-to-8bit (ORCPT ); Fri, 11 Mar 2022 09:34:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245567AbiCKOev (ORCPT ); Fri, 11 Mar 2022 09:34:51 -0500 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C6471C8868 for ; Fri, 11 Mar 2022 06:33:45 -0800 (PST) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nSgKp-0008D9-Tb; Fri, 11 Mar 2022 15:33:39 +0100 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nSgKp-0004KX-FI; Fri, 11 Mar 2022 15:33:38 +0100 Received: from pza by lupine with local (Exim 4.94.2) (envelope-from ) id 1nSgKn-0008oR-9P; Fri, 11 Mar 2022 15:33:37 +0100 Message-ID: Subject: Re: [PATCH v2 13/38] media: platform: coda: move config to its own file From: Philipp Zabel To: Mauro Carvalho Chehab Cc: Niklas =?ISO-8859-1?Q?S=F6derlund?= , Dmitry Osipenko , Hans Verkuil , Laurent Pinchart , Ming Qian , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Date: Fri, 11 Mar 2022 15:33:37 +0100 In-Reply-To: <8471590ec0809292a61396dd7d2af1f3ac8a3174.1647006877.git.mchehab@kernel.org> References: <8471590ec0809292a61396dd7d2af1f3ac8a3174.1647006877.git.mchehab@kernel.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fr, 2022-03-11 at 15:07 +0100, Mauro Carvalho Chehab wrote: > In order to better organize the platform/Kconfig, place > coda-specific config stuff on a separate Kconfig file. > > Signed-off-by: Mauro Carvalho Chehab > Signed-off-by: Mauro Carvalho Chehab One should be enough? The contents are Reviewed-by: Philipp Zabel regards Philipp