config ARM_MTKTV_CPUFREQ
	tristate "Mediatek Dynamic Voltage and Frequency Scaling"
	depends on (CPU_FREQ && PM_OPP)
	default n
	help
	  To enable or to disable Mediatek dynamic voltage and frequency scaling mechanism
	  for Mediatek TV SoCs

config ARM_MTKTV_CPUFREQ_CA
	tristate "Mediatek Dynamic Voltage and Frequency Scaling Secure Control"
	depends on (ARM_MTKTV_CPUFREQ)
	default n
	help
	  To enable or to disable Mediatek dynamic voltage and frequency secure control
	  for Mediatek TV SoCs.

config ARM_MTKTV_CPUFREQ_DBG
	tristate "Mediatek Dynamic Voltage and Frequency Scaling debug info"
	depends on (ARM_MTKTV_CPUFREQ && (REGULATOR_MT5896 ||REGULATOR_MTKTV) && MTKTV_CPU_THERMAL )
	default n
	help
	  To enable or to disable Mediatek dynamic voltage,and frequency debug info
	  for Mediatek TV SoCs.
	  It will has frequency, temperature, voltage in /proc/mtktv_dvfs
	  If no need debug info , say N.
