Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f5e302b authored by Viresh Kumar's avatar Viresh Kumar
Browse files

cpufreq: powerpc: CBE_RAS: select CPU_FREQ_TABLE



CPUFreq driver of this platform uses APIs from freq_table.c and so must select
CPU_FREQ_TABLE.

Cc: linuxppc-dev@lists.ozlabs.org
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 5d6a62be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config CPU_FREQ_CBE
	tristate "CBE frequency scaling"
	depends on CBE_RAS && PPC_CELL
	select CPU_FREQ_TABLE
	default m
	help
	  This adds the cpufreq driver for Cell BE processors.