summaryrefslogtreecommitdiff
path: root/bt-system-legacy-board.mk
blob: 4a31e6f8f380bdbe2d9f51b07f1c83fa0e43b158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ANT
ifneq ($(filter sdm660 msm8998, $(TARGET_BOARD_PLATFORM)),)
BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
endif

ifneq ($(filter msm8937 msm8953 msm8909, $(TARGET_BOARD_PLATFORM)),)
BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease"
endif

#BT
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_QCOM := true

#FM
BOARD_HAVE_QCOM_FM := true