summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-08-02 21:47:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-02 21:47:28 +0000
commitf96b276b4ce1636573efa23b13b1948c2ab5a57c (patch)
treea84b358757ce6af5d821169d58da76e27236703d
parentfe79c2d4df311daa7da1312998a63ee3db0d06c4 (diff)
parent75f00f972619120f375423a9fd0a98dfe9544b71 (diff)
downloadhikey-f96b276b4ce1636573efa23b13b1948c2ab5a57c.tar.gz
Merge "hikey960.mk: Enable the common linux bluetooth HAL for 4.9+ kernels"
-rw-r--r--hikey960.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/hikey960.mk b/hikey960.mk
index cb3e9f52..0245c360 100644
--- a/hikey960.mk
+++ b/hikey960.mk
@@ -4,7 +4,11 @@ endif
TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image.gz-hikey960-$(TARGET_KERNEL_USE)
TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi3660-hikey960.dtb-$(TARGET_KERNEL_USE)
-HIKEY_USE_LEGACY_TI_BLUETOOTH := true
+ifeq ($(TARGET_KERNEL_USE), 4.4)
+ HIKEY_USE_LEGACY_TI_BLUETOOTH := true
+else
+ HIKEY_USE_LEGACY_TI_BLUETOOTH := false
+endif
#
# Inherit the full_base and device configurations