blob: 42f9063c4ae40afc8d5203d3c44fdb1b6842f410 [file] [log] [blame]
################################################################################
# Copyright (C) 2019 MediaTek Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
################################################################################
################################################################################
# Include Path
################################################################################
MET_VCOREDVFS_INC := $(srctree)/drivers/misc/mediatek/base/power/include/vcorefs_v3
MET_PTPOD_INC := $(srctree)/drivers/misc/mediatek/base/power/cpufreq_v1/src/mach/$(MTK_PLATFORM)/
################################################################################
# Feature Spec
# CPUPMU_VERSION: V8_0/V8_2
# EMI_SEDA_VERSION: SEDA2/SEDA3/SEDA3_5
# SPMTWAM_VERSION: ap/sspm
# SPMTWAM_IDLE_SIGNAL_SUPPORT: single/mutilple
################################################################################
CPUPMU_VERSION := V8_2
EMI_SEDA_VERSION := SEDA3_5
SPMTWAM_VERSION := none
SPMTWAM_IDLE_SIGNAL_SUPPORT := none
GPU_STALL_CNT_TYPE := single
SSPM_VERSION := v2
DYNAMIC_ALLOC_ODM_BUF_SIZE := 0x800000
EMI_LOWEFF_SUPPORT := y
################################################################################
# Feature On/Off
################################################################################
FEATURE_GPU := n
FEATURE_SPMTWAM := n
FEATURE_EVENT_POWER := n
FEATURE_ONDIEMET := n
################################################################################
# TINYSYS On/Off
################################################################################
TINYSYS_VERSION := v1
FEATURE_TINYSYS := y
FEATURE_SSPM_NUM := 1
FEATURE_CPU_EB_NUM := 0
FEATURE_SCP_NUM := 0
ifeq ($(FEATURE_TINYSYS), y)
FEATURE_ONDIEMET := n
endif