mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-23 03:38:05 +08:00
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: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
3189650d7f
commit
fb27b8f29f
@ -3,7 +3,7 @@ config DRM_MSM
|
||||
tristate "MSM DRM"
|
||||
depends on DRM
|
||||
depends on MSM_IOMMU
|
||||
depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
|
||||
depends on ARCH_QCOM || (ARM && COMPILE_TEST)
|
||||
select DRM_KMS_HELPER
|
||||
select SHMEM
|
||||
select TMPFS
|
||||
|
@ -33,7 +33,7 @@
|
||||
#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: */
|
||||
static inline struct device *msm_iommu_get_ctx(const char *ctx_name)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user