blob: 9aa1f358a9dcf67dc71dc8ed2ad86d1530a47150 [file] [log] [blame]
#ANT
BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
#BT
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_QCOM := true
#FM
ifneq ($(TARGET_BOARD_TYPE),auto)
BOARD_HAVE_QCOM_FM := true
endif
ifeq ($(TARGET_USES_QMAA),true)
ifneq ($(TARGET_USES_QMAA_OVERRIDE_BLUETOOTH),true)
BOARD_ANT_WIRELESS_DEVICE :=
endif
ifneq ($(TARGET_USES_QMAA_OVERRIDE_FM),true)
BOARD_HAVE_QCOM_FM := false
endif
endif