summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-09-05 13:41:59 -0700
committerJohn Stultz <john.stultz@linaro.org>2018-09-05 13:59:33 -0700
commit890bbe447ca065bd9d325d1fc14ceebd040b50a4 (patch)
tree211732e3c41710b364d2c11a5898f7de05cb07ea
parent6dc5ce5dbcd79e6fb6abb157e24b381d4f09d04a (diff)
downloadhikey-890bbe447ca065bd9d325d1fc14ceebd040b50a4.tar.gz
hikey: Enable drm_hwcomposer on 4.9 kernels
Enable drm_hwcomposer on hikey for 4.9 kernels Note: This patch will have to be merged in lockstep with a prebuilt kernel update that includes the following commits: https://android-review.googlesource.com/c/kernel/hikey-linaro/+/748309 Change-Id: I85644529527c37048dec6d38f159e5adf09ccef2 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--hikey-common.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/hikey-common.mk b/hikey-common.mk
index 5dca9d5c..86909f1c 100644
--- a/hikey-common.mk
+++ b/hikey-common.mk
@@ -27,11 +27,7 @@ else
HIKEY_USE_LEGACY_TI_BLUETOOTH := true
else
HIKEY_USE_LEGACY_TI_BLUETOOTH := false
- ifeq ($(TARGET_KERNEL_USE), 4.9)
- HIKEY_USE_DRM_HWCOMPOSER := false
- else
- HIKEY_USE_DRM_HWCOMPOSER := true
- endif
+ HIKEY_USE_DRM_HWCOMPOSER := true
endif
TARGET_FSTAB := fstab.hikey
endif