From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Date: Fri, 17 Jan 2014 04:47:54 +0000 Subject: Re: [PATCH 1/2] video: exynos: Remove OF dependency for Exynos DP Message-Id: <000201cf133f$48f64440$dae2ccc0$%han@samsung.com> List-Id: References: <1389933172-22991-1-git-send-email-sachin.kamat@linaro.org> In-Reply-To: <1389933172-22991-1-git-send-email-sachin.kamat@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On Friday, January 17, 2014 1:33 PM, Sachin Kamat wrote: > > Exynos is now a DT only platform. Hence there is no need > for an explicit OF dependency. Remove it. > > Signed-off-by: Sachin Kamat Acked-by: Jingoo Han Thank you for sending the patch. However, please CC me, because I am a maintainer of Exynos DP driver. Best regards, Jingoo Han > --- > drivers/video/exynos/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/video/exynos/Kconfig b/drivers/video/exynos/Kconfig > index 1129d0e9e640..976594d578a9 100644 > --- a/drivers/video/exynos/Kconfig > +++ b/drivers/video/exynos/Kconfig > @@ -30,7 +30,7 @@ config EXYNOS_LCD_S6E8AX0 > > config EXYNOS_DP > bool "EXYNOS DP driver support" > - depends on OF && ARCH_EXYNOS > + depends on ARCH_EXYNOS > default n > help > This enables support for DP device. > -- > 1.7.9.5