blob: 9aa1f358a9dcf67dc71dc8ed2ad86d1530a47150 [file] [log] [blame]
Balakrishna Godavarthi4e605082021-01-24 09:32:36 +05301#ANT
2BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
3
4#BT
5BOARD_HAVE_BLUETOOTH := true
6BOARD_HAVE_BLUETOOTH_QCOM := true
7
8#FM
9ifneq ($(TARGET_BOARD_TYPE),auto)
10BOARD_HAVE_QCOM_FM := true
11endif
12
13ifeq ($(TARGET_USES_QMAA),true)
14ifneq ($(TARGET_USES_QMAA_OVERRIDE_BLUETOOTH),true)
15BOARD_ANT_WIRELESS_DEVICE :=
16endif
17ifneq ($(TARGET_USES_QMAA_OVERRIDE_FM),true)
18BOARD_HAVE_QCOM_FM := false
19endif
20endif