summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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