Balakrishna Godavarthi | 4e60508 | 2021-01-24 09:32:36 +0530 | [diff] [blame] | 1 | #ANT |
2 | ifneq ($(filter sdm660 msm8998, $(TARGET_BOARD_PLATFORM)),) | ||||
3 | BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" | ||||
4 | endif | ||||
5 | |||||
6 | ifneq ($(filter msm8937 msm8953 msm8909, $(TARGET_BOARD_PLATFORM)),) | ||||
7 | BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease" | ||||
8 | endif | ||||
9 | |||||
10 | #BT | ||||
11 | BOARD_HAVE_BLUETOOTH := true | ||||
12 | BOARD_HAVE_BLUETOOTH_QCOM := true | ||||
13 | |||||
14 | #FM | ||||
15 | BOARD_HAVE_QCOM_FM := true |