提交 fb27b8f2 编写于 作者: R Rob Clark

drm/msm: update for ARCH_MSM -> ARCH_QCOM

Architecture rename/split..  ARCH_QCOM is for the non-legacy platforms
(ie. device-tree, multiplatform support, etc).
Signed-off-by: NRob Clark <robdclark@gmail.com>
上级 3189650d
...@@ -3,7 +3,7 @@ config DRM_MSM ...@@ -3,7 +3,7 @@ config DRM_MSM
tristate "MSM DRM" tristate "MSM DRM"
depends on DRM depends on DRM
depends on MSM_IOMMU depends on MSM_IOMMU
depends on ARCH_MSM8960 || (ARM && COMPILE_TEST) depends on ARCH_QCOM || (ARM && COMPILE_TEST)
select DRM_KMS_HELPER select DRM_KMS_HELPER
select SHMEM select SHMEM
select TMPFS select TMPFS
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <asm/sizes.h> #include <asm/sizes.h>
#if defined(CONFIG_COMPILE_TEST) && !defined(CONFIG_ARCH_MSM) #if defined(CONFIG_COMPILE_TEST) && !defined(CONFIG_ARCH_QCOM)
/* stubs we need for compile-test: */ /* stubs we need for compile-test: */
static inline struct device *msm_iommu_get_ctx(const char *ctx_name) static inline struct device *msm_iommu_get_ctx(const char *ctx_name)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册