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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 69B37C00140 for ; Fri, 12 Aug 2022 22:11:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=E3NGRx3b0bo2LpbSyFKxE0siwgNWJ2BcWVrlonzhF84=; b=c8mJlWkrd1zZi6 UAyE7sm74F4OemD830aepdX56HC/JBoidqYgql5gx5gyOdLtLW3t3ExxBKOtcQAdCIp2R9WWBNN9N T0e9FZTKooufll1/Hsz1eJFVf2SJCC3ivRERYVan1lFQjm2DQdbceY8iaKO737Ei0Vr8sYYG7jXng i5+xgJc4QgDgRDY4FuuxIPdbWXwKgZRKq3Q2yaujUGjtdVr+hjnRvs0NXcKjL/QFKU+vdHPFTEl2o 82eiM4LC0KM+j9wID8HfKjrtWqUFBvXI0l+4UlBXNNnwOhv8rYMiWYEnZDgyEQURzSW0IhOGZkkL5 6f4nccHLyHMxmbwVHSyA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oMcrc-00EdD4-Oh; Fri, 12 Aug 2022 22:10:44 +0000 Received: from relay6-d.mail.gandi.net ([2001:4b98:dc4:8::226]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oMciK-00EC8T-Le for linux-arm-kernel@lists.infradead.org; Fri, 12 Aug 2022 22:01:17 +0000 Received: (Authenticated sender: paul.kocialkowski@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 5EE15C0008; Fri, 12 Aug 2022 22:01:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1660341666; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pkkmH0/3sf9eOoPx4blV5GuzlighARz4MFuQjynFE1U=; b=F5zi3tyWcZPnPBoMCc0zQvC/WthP2mJhvGQ8Lr1T2tywTJVWQpjNYEzppwV/RrSLaB8y66 9m2TigV+0Wvh4b/yYmtIn9lRSpE1fet7h3z2bkSICoV7OaAcmBQZ1tyIflgx5dMvtx4FvM atEyYdUtxzCMXYX8DRjOGFaiK33mXwMUrJM9CDIxMaaMIGYa+vezjJ++lytRF3+Bo6ySTc mLEbiR2YG1/JlHu6es7Fo05PfsYJBqnimX98ElcqZc7+G4sdKV4bbAYMfZ0Qp3pI4AVXwH zSW1izZH3yQk7EqThJgXJjwcF6Y7eX3VLX8Guq2mDIFjnWF7j6zRMOLzrzU8kA== From: Paul Kocialkowski To: linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Cc: Maxime Ripard , Mauro Carvalho Chehab , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Paul Kocialkowski , Hans Verkuil , Thomas Petazzoni Subject: [PATCH 3/6] media: sun6i-csi: Add a Kconfig dependency on RESET_CONTROLLER Date: Sat, 13 Aug 2022 00:00:42 +0200 Message-Id: <20220812220045.800820-3-paul.kocialkowski@bootlin.com> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220812220045.800820-1-paul.kocialkowski@bootlin.com> References: <20220812220045.800820-1-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220812_150113_219738_10038FFC X-CRM114-Status: GOOD ( 11.60 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The driver relies on the reset controller API to work, so add RESET_CONTROLLER as one of its Kconfig dependencies. Signed-off-by: Paul Kocialkowski --- drivers/media/platform/sunxi/sun6i-csi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/sunxi/sun6i-csi/Kconfig b/drivers/media/platform/sunxi/sun6i-csi/Kconfig index 0345901617d4..e5b6991ce7f0 100644 --- a/drivers/media/platform/sunxi/sun6i-csi/Kconfig +++ b/drivers/media/platform/sunxi/sun6i-csi/Kconfig @@ -2,7 +2,7 @@ config VIDEO_SUN6I_CSI tristate "Allwinner V3s Camera Sensor Interface driver" depends on V4L_PLATFORM_DRIVERS - depends on VIDEO_DEV && COMMON_CLK && HAS_DMA + depends on VIDEO_DEV && COMMON_CLK && RESET_CONTROLLER && HAS_DMA depends on ARCH_SUNXI || COMPILE_TEST select MEDIA_CONTROLLER select VIDEO_V4L2_SUBDEV_API -- 2.37.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel