From 07aacd2a067df13e5b4fc07ec978c0d127073b61 Mon Sep 17 00:00:00 2001 From: Simon Shields Date: Thu, 11 Feb 2016 23:43:38 +1100 Subject: i9300: initial pegasusq powerhal * based off flo * powersave (3 core max/1GHz), balanced (current defaults), and performance (back off on downscaling) * support for separate low power profiles (activated on screen off) PS2: low power + min/max cpu freq support PS3: whitespace fixes PS4: apparently POWER_HINT_LOW_POWER means PROFILES[POWER_SAVE]. Change-Id: I786a9e0e35fcc1dba1510baa13493ecf261bdfcc --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 262c044..cabfc99 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -47,6 +47,9 @@ TARGET_RECOVERY_FSTAB := device/samsung/i9300/rootdir/fstab.smdk4x12 TARGET_USERIMAGES_USE_F2FS := true RECOVERY_FSTAB_VERSION := 2 +# PowerHAL +TARGET_POWERHAL_VARIANT := pegasusq + # Selinux BOARD_SEPOLICY_DIRS += \ device/samsung/i9300/selinux -- cgit v1.1