# SPDX-License-Identifier: GPL-2.0

config DEVICE_MODULES_MEDIATEK_CPUFREQ_DEBUG
	tristate "Mediatek cpu dvfs debug driver(device_module)"
	help
	  This kernel config can be used to debug cpu dvfs (dynamic voltage
	  and frequency scaling) for Mediatek cpufreq driver.
	  When enable this option, we can dump the dvfs log and check
	  physical frequency
          If unsure, say N.

config DEVICE_MODULES_MEDIATEK_EEM_DEBUG
	bool "MediaTek EEM debug driver"
	depends on DEVICE_MODULES_MEDIATEK_CPUFREQ_DEBUG
	help
	  This kernel config can be used to debug eem feature
          If unsure, say N.
