diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-02-07 14:41:31 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | e0cbfd28c0fee5cb549c9173e3f4998a78d2a304 (patch) | |
tree | 0170be4e1d4b4e3b589e3ac379c909423e9fe17d /BoardConfigCommon.mk | |
parent | f417401d5b9b0f8e7bd4c04781150394b7569163 (diff) |
sdm660-common: Decommonize FM radio
Change-Id: I4c9564aed953013ea34b53ae883b6f5d683980c3
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ce8552b..294601c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -81,7 +81,6 @@ USE_XML_AUDIO_POLICY_CONF := 1 BOARD_SUPPORTS_SOUND_TRIGGER := true AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := false -AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true # Bluetooth BOARD_HAVE_BLUETOOTH_QCOM := true @@ -139,10 +138,6 @@ ifeq ($(HOST_OS),linux) endif endif -# FM -BOARD_HAS_QCA_FM_SOC := cherokee -BOARD_HAVE_QCOM_FM := true - # GPS BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default LOC_HIDL_VERSION := 3.0 |