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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 11FC3CD342C for ; Mon, 4 May 2026 10:18:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3D88910E62F; Mon, 4 May 2026 10:18:28 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="y5KVyl5r"; dkim-atps=neutral Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by gabe.freedesktop.org (Postfix) with ESMTPS id C12F610E5FD for ; Mon, 4 May 2026 10:18:26 +0000 (UTC) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 4E7034E42BBB; Mon, 4 May 2026 10:18:25 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 1FC045FD5F; Mon, 4 May 2026 10:18:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 31A7411AD2634; Mon, 4 May 2026 12:18:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1777889904; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=FFYFj3cS+32kdh6iscyaRgMTftC7LDL3TybYyPKLyps=; b=y5KVyl5r8t6lQy6MGnFNSqdNvb33m+EsSq4JviTs2xwRoNPAVk4ekBn7oKPxJWKULiqpTj EH2ZjuYHrymSLkS3r7SbLO1qEuY8OLmu2FN8lBdw7f3SKarq9Nxrw79CgveyVwdHmXB1NQ xyUSOcp5W7WB9jMWjzEBq4mUSCOsW/q7aOnAkR4kTPwQOu/q7qdN4jdV0ntnXbsgJjnK/8 rWMLC7NBOIy/HT9Wzm/R0LMDZQGT7L8TcDKTkZt322CrhmeJUOsTAjsv8tMiFhjpBB459B wPPKmEQhluoKhKXDBjdgnC/d8UXpEZwVLtFxnGCl6Z4UQgVppMN0QOyAHHL4jA== From: Luca Ceresoli To: Philipp Zabel , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Frank Li , Sascha Hauer , Damon Ding , Arnd Bergmann Cc: Arnd Bergmann , Pengutronix Kernel Team , Fabio Estevam , dri-devel@lists.freedesktop.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org In-Reply-To: <20260429140024.192432-1-arnd@kernel.org> References: <20260429140024.192432-1-arnd@kernel.org> Subject: Re: [PATCH] drm/ipv3: add CONFIG_OF dependency for DRM_OF_DISPLAY_MODE_BRIDGE Message-Id: <177788989685.160168.8237474738653611517.b4-ty@b4> Date: Mon, 04 May 2026 12:18:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15.2 X-Last-TLS-Session-Version: TLSv1.3 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 29 Apr 2026 16:00:11 +0200, Arnd Bergmann wrote: > Without this, not all dependencies are met here. > > Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && DRM_BRIDGE [=y] && OF [=n] > Selected by [y]: > - DRM_IMX_PARALLEL_DISPLAY [=y] && HAS_IOMEM [=y] && DRM [=y] && DRM_IMX [=y] > - DRM_IMX_LDB [=y] && HAS_IOMEM [=y] && DRM [=y] && DRM_IMX [=y] && COMMON_CLK [=y] > > [...] Applied, thanks! [1/1] drm/ipv3: add CONFIG_OF dependency for DRM_OF_DISPLAY_MODE_BRIDGE commit: 528578941a240e0916942bbb5b910c57bbfb3614 Best regards, -- Luca Ceresoli