
choice
	prompt "Meson CPU Freq driver"
	default AMLOGIC_SCPI_CPUFREQ

config AMLOGIC_MESON_CPUFREQ
	bool "Meson CPU Frequency scaling support"
 	select PM_OPP
	help
	This adds the CPUFreq driver for Meson series CPU
config AMLOGIC_SCPI_CPUFREQ
	bool "Meson SCPI CPU Frequency scaling support"
 	select PM_OPP
	help
	This adds the CPUFreq driver for Meson series CPU
endchoice
