From: Rob Clark <rob.clark@linaro.org>
To: dri-devel@lists.freedesktop.org
Cc: patches@linaro.org, Greg KH <greg@kroah.com>,
Tomi Valkeinen <tomi.valkeinen@ti.com>, Rob Clark <rob@ti.com>
Subject: [PATCH 3/3] drm/imx: add support for ARCH_MULTIPLATFORM
Date: Mon, 29 Oct 2012 09:31:14 +0100 [thread overview]
Message-ID: <1351499474-5937-4-git-send-email-rob.clark@linaro.org> (raw)
In-Reply-To: <1351499474-5937-1-git-send-email-rob.clark@linaro.org>
From: Rob Clark <rob@ti.com>
No dependency on plat headers, so only needs Kconfig update to
build for ARCH_MULTIPLATFORM.
Signed-off-by: Rob Clark <rob@ti.com>
---
drivers/staging/imx-drm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/imx-drm/Kconfig b/drivers/staging/imx-drm/Kconfig
index 14b4449..be7e2e3 100644
--- a/drivers/staging/imx-drm/Kconfig
+++ b/drivers/staging/imx-drm/Kconfig
@@ -3,7 +3,7 @@ config DRM_IMX
select DRM_KMS_HELPER
select DRM_GEM_CMA_HELPER
select DRM_KMS_CMA_HELPER
- depends on DRM && ARCH_MXC
+ depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
help
enable i.MX graphics support
--
1.7.9.5
next prev parent reply other threads:[~2012-10-29 8:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-29 8:31 [PATCH 0/3] Add ARCH_MULTIPLATFORM support Rob Clark
2012-10-29 8:31 ` [PATCH 1/3] drm/omap: add support for ARCH_MULTIPLATFORM Rob Clark
2012-10-29 9:04 ` Tomi Valkeinen
2012-10-29 9:27 ` Rob Clark
2012-10-29 8:31 ` [PATCH 2/3] drm/exynos: " Rob Clark
2012-10-30 18:08 ` Greg KH
2012-10-31 0:52 ` Inki Dae
2012-10-29 8:31 ` Rob Clark [this message]
2012-10-29 8:36 ` [PATCH 3/3] drm/imx: " Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1351499474-5937-4-git-send-email-rob.clark@linaro.org \
--to=rob.clark@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=greg@kroah.com \
--cc=patches@linaro.org \
--cc=rob@ti.com \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).