diff options
author | Ramakant Singh <ramaka@codeaurora.org> | 2017-07-18 14:58:37 +0530 |
---|---|---|
committer | Ramakant Singh <ramaka@codeaurora.org> | 2017-07-18 15:07:26 +0530 |
commit | 91b499b2abe670def84728e153f14dae39a2aeb7 (patch) | |
tree | d1916828fd0b53d1a38bfe8d7ed7d4a431c937f3 /BoardConfig.mk | |
parent | 6d3af39fda1536b8aad2884f8abba47a068e5823 (diff) |
sdm660: Enable QCOM_DISPLAY_BSP flag
This flag enables the QCOM specific display features
Change-Id: I38636a46d36536f0cd715c0725289ef5d556da81
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 9d97550..e7309ed 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -73,7 +73,7 @@ BOARD_CHARGER_ENABLE_SUSPEND := true TARGET_USES_ION := true TARGET_USES_NEW_ION_API :=true -#TARGET_USES_QCOM_BSP :=true +TARGET_USES_QCOM_DISPLAY_BSP := true #Gralloc h/w specif flags TARGET_USES_HWC2 := true |