diff mbox

[2/3] drm/exynos: add support for ARCH_MULTIPLATFORM

Message ID 1351499474-5937-3-git-send-email-rob.clark@linaro.org
State Accepted
Commit 9eb3e9e6f3cface0d2ffa8d889f44af27dcbce7b
Headers show

Commit Message

Rob Clark Oct. 29, 2012, 8:31 a.m. UTC
From: Rob Clark <rob@ti.com>

Exynos does not seem to have any dependency on anything from
platform headers so just needs Kconfig updated to build in
ARCH_MULTIPLATFORM builds.

Signed-off-by: Rob Clark <rob@ti.com>
---
 drivers/gpu/drm/exynos/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg KH Oct. 30, 2012, 6:08 p.m. UTC | #1
On Mon, Oct 29, 2012 at 09:31:13AM +0100, Rob Clark wrote:
> From: Rob Clark <rob@ti.com>
> 
> Exynos does not seem to have any dependency on anything from
> platform headers so just needs Kconfig updated to build in
> ARCH_MULTIPLATFORM builds.
> 
> Signed-off-by: Rob Clark <rob@ti.com>
> ---
>  drivers/gpu/drm/exynos/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

As this isn't in the drivers/staging/ directory, I can't take this, it
should go through the drm tree.

thanks,

greg k-h
대인기/Tizen Platform Lab(SR)/삼성전자 Oct. 31, 2012, 12:52 a.m. UTC | #2
2012/10/31 Greg KH <greg@kroah.com>:
> On Mon, Oct 29, 2012 at 09:31:13AM +0100, Rob Clark wrote:
>> From: Rob Clark <rob@ti.com>
>>
>> Exynos does not seem to have any dependency on anything from
>> platform headers so just needs Kconfig updated to build in
>> ARCH_MULTIPLATFORM builds.
>>
>> Signed-off-by: Rob Clark <rob@ti.com>
>> ---
>>  drivers/gpu/drm/exynos/Kconfig |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> As this isn't in the drivers/staging/ directory, I can't take this, it
> should go through the drm tree.
>
> thanks,

Applied.

Thank you,
Inki Dae

>
> greg k-h
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
diff mbox

Patch

diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig
index 59a26e5..fc345d4 100644
--- a/drivers/gpu/drm/exynos/Kconfig
+++ b/drivers/gpu/drm/exynos/Kconfig
@@ -1,6 +1,6 @@ 
 config DRM_EXYNOS
 	tristate "DRM Support for Samsung SoC EXYNOS Series"
-	depends on DRM && PLAT_SAMSUNG
+	depends on DRM && (PLAT_SAMSUNG || ARCH_MULTIPLATFORM)
 	select DRM_KMS_HELPER
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA