diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-09 17:59:24 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-09 17:59:24 +0100 |
commit | 9568c5fbd671c4ce27eafe164c6fd856db29efe5 (patch) | |
tree | dc5c4128d869fea5c15bef5a99e2daff6ab629c3 /BoardConfigCommon.mk | |
parent | 9501142e2839fa39f3c034538a9d1ce05a41568d (diff) | |
download | device_samsung_p3100-9568c5fbd671c4ce27eafe164c6fd856db29efe5.zip device_samsung_p3100-9568c5fbd671c4ce27eafe164c6fd856db29efe5.tar.gz device_samsung_p3100-9568c5fbd671c4ce27eafe164c6fd856db29efe5.tar.bz2 |
p31xx: enable vsync sysfs notifications
Change-Id: If3d45ee3b4f254abd5db14ef0be510b78486eeab
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f66c57e..cdbafd3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,6 +58,7 @@ TARGET_BOOTANIMATION_PRELOAD := true # HWComposer BOARD_USES_HWCOMPOSER := true +BOARD_USE_SYSFS_VSYNC_NOTIFICATION := true # set if the target supports FBIO_WAITFORVSYNC TARGET_HAS_WAITFORVSYNC := true |