config MTK_CPU_FREQ
	bool "MTK CPU FREQ"
	help
	  This kernel config can be used to enable CPU FREQ.
	  When enable this option, CPU frequency and voltage will be
	  changed which will depended on CPU FREQ governor.
	  If unsure, say N.

config MTK_PTPOD
	bool "MTK PTPOD"
	help
	  This kernel config can be used to enable PTPOD.
	  When enable this option, voltage will be
	  changed which will depended on chip.
	  If unsure, say N.

config MTK_STATIC_POWER
	bool "MTK STATIC POWER"
	help
	  This kernel config can be used to enable static power.
	  This information can provide power data to someone who
	  need it
	  If unsure, say N.

config MTK_UNIFY_POWER
	bool "MTK UNIFY POWER"
	help
	  This kernel config can be used to enable unified power table.
	  This table can provide power data and capacity to someone who
	  need it.
	  If unsure, say Y.

config CPU_FORCE_TO_BIN2
	bool "Read extra efuse for BIN2 IC"
	help
	  This kernel config can be used to force cpu to segment BIN2.
	  When enable this option, eem driver will read extra efuse to
	  obtain parameters for segment BIN2 IC.
	  If unsure, say N.

config MTK_LP_OPP
	bool "MTK LP OPP"
	help
	  This kernel config can be used to enable MTK LP OPP.
	  When enable this option,
	  cpudvfs opp will be changed for low power.
	  If unsure, say N.

config MTK_SWPM
	bool "MTK SW Power Meter"
	help
	  This kernel config can be used to enable SW power meter. When enable
	  this option, user can turn on SW power meter and get average power
	  for each power rail for low power debugging.
	  If unsure, say N.

config MTK_PBM
	bool "MTK power budget management"
	help
	  This kernel config can be used to enable power budget management.
	  When enable this option, pbm will allocate limit power budget to
	  CPU and GPU when battery voltage is low.
	  If unsure, say N.

config LGE_PM_MTK_GAME_MODE
	bool "This is applied to support game mode for mt676x"
	default n
	help
	  This feature is for auto game mode. If set, cpu freq.(or core) will
	  be limited for user safety

config LGE_PM_FOUR_OPP
	bool "This is applied to expand gpu opp table from 3 to 4 in mt676x platform"
	default n
	help
	 This feature is applied to expand gpu opp table from 3 to 4 in mt676x platform.
	 It could affect on cooling_device like dtm or atm.
	 Dtm/atm operation should be checked before enable this feature.

config LGE_PM_TMR
	bool "Thermal Mitigation Recovery"
	default n
	help
	  This kernel config can be used for boosting when limited by thermal.
	  If set, cpu freq. will be boosted for performance
