summaryrefslogtreecommitdiff
path: root/hikey960.mk
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2017-05-30 23:51:33 -0700
committerJohn Stultz <john.stultz@linaro.org>2017-07-05 23:14:51 -0700
commitd497f63071b1f650d6558f69f41a259dcd3b6039 (patch)
tree9ffed9d0234be273026e49b7ccdb3dbfae6e5712 /hikey960.mk
parent14fc8793687878c840f48f6c6c7a4d00aa628c16 (diff)
downloadhikey-d497f63071b1f650d6558f69f41a259dcd3b6039.tar.gz
hikey: Add HIKEY_USE_LEGACY_TI_BLUETOOTH build option to transition to common bluetooth HAL
This patch, a reworked version of changes from Satish Patel adds a build option to enable the common generic linux bluetooth HAL vs the legacy TI HAL. The legacy TI HAL is only needed on 4.4 and older kernels. NOTE: One needs to be using a kernel that supports the standard linux hci0 interface to successfully use this. Change-Id: I74927aa651b184fdb65957fcb54c4c0afffbfa7c Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'hikey960.mk')
-rw-r--r--hikey960.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/hikey960.mk b/hikey960.mk
index 90d8784d..986048fc 100644
--- a/hikey960.mk
+++ b/hikey960.mk
@@ -1,3 +1,5 @@
+HIKEY_USE_LEGACY_TI_BLUETOOTH := true
+
#
# Inherit the full_base and device configurations
$(call inherit-product, device/linaro/hikey/hikey960/device-hikey960.mk)