Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755769AbcC2B3r (ORCPT ); Mon, 28 Mar 2016 21:29:47 -0400 Received: from lists.s-osg.org ([54.187.51.154]:58847 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755748AbcC2B3o (ORCPT ); Mon, 28 Mar 2016 21:29:44 -0400 From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Tobias Jakobi , Javier Martinez Canillas , Kukjin Kim , Seung-Woo Kim , dri-devel@lists.freedesktop.org, Inki Dae , linux-samsung-soc@vger.kernel.org, Kyungmin Park , Krzysztof Kozlowski , David Airlie , Joonyoung Shim , linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/3] drm/exynos: Make DRM_EXYNOS_FIMC depend on VIDEO_S5P_FIMC=n Date: Mon, 28 Mar 2016 21:28:57 -0400 Message-Id: <1459214937-18686-4-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1459214937-18686-1-git-send-email-javier@osg.samsung.com> References: <1459214937-18686-1-git-send-email-javier@osg.samsung.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 985 Lines: 30 Exynos DRM driver components are only enabled if other drivers that make use of the same HW IP block are not enabled. That's the case for the G2D, GSC, Mixer and HDMI drivers. The FIMC is also shared by the DRM and a V4L2 driver, so the same has to be added as a dependency for the Exynos FIMC DRM driver. Suggested-by: Tobias Jakobi Signed-off-by: Javier Martinez Canillas --- drivers/gpu/drm/exynos/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 8c27037787fc..f9b92c3825ea 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -106,7 +106,7 @@ config DRM_EXYNOS_IPP config DRM_EXYNOS_FIMC bool "FIMC" - depends on DRM_EXYNOS_IPP && MFD_SYSCON + depends on DRM_EXYNOS_IPP && MFD_SYSCON && VIDEO_S5P_FIMC=n help Choose this option if you want to use Exynos FIMC for DRM. -- 2.5.0