diff options
| author | MobiusM <danholandi@gmail.com> | 2017-01-18 16:20:01 +0200 |
|---|---|---|
| committer | vm03 <vasy@vasy.ru> | 2017-01-20 11:20:17 +0300 |
| commit | e061fae02f9913cd3783527589f13f35a8ab4afe (patch) | |
| tree | 54bf86f22b259da37bdc12256daeac8c74380d1c | |
| parent | e0b2b72eccd1c27be49f2473a6d4d2d62b0a9c2e (diff) | |
msm8226-common: Enable BOARD_HAVE_QCOM_FM
For device with qcom wireless stack
Change-Id: I4ca7967fe68b4eaa28826540539706bd3cb4ab9e
| -rw-r--r-- | BoardConfigCommon.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 85650a3..39bca8a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -98,6 +98,10 @@ WLAN_PATH = wlan-caf BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(VENDOR_PATH)/bluetooth_qcom BOARD_HAVE_BLUETOOTH_QCOM := true BLUETOOTH_HCI_USE_MCT := true + +# FM Radio +BOARD_HAVE_QCOM_FM := true +TARGET_QCOM_NO_FM_FIRMWARE := true endif # Nfc @@ -116,9 +120,6 @@ AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true AUDIO_FEATURE_ENABLED_NEW_SAMPLE_RATE := true USE_CUSTOM_AUDIO_POLICY := 1 -# FM Radio -TARGET_QCOM_NO_FM_FIRMWARE := true - # Graphics HAVE_ADRENO_SOURCE := false MAX_EGL_CACHE_KEY_SIZE := 12*1024 |
