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

Commit ca7d156e authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Eric Miao
Browse files

ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ



The pxa specific cpufreq code is based on the cpu_freq_table
module, so we have to select that.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 654a60e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1953,6 +1953,7 @@ config CPU_FREQ_PXA
	bool
	depends on CPU_FREQ && ARCH_PXA && PXA25x
	default y
	select CPU_FREQ_TABLE
	select CPU_FREQ_DEFAULT_GOV_USERSPACE

config CPU_FREQ_S3C