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

Commit f0ec313a authored by Adrian Bunk's avatar Adrian Bunk Committed by Dave Jones
Browse files

[CPUFREQ] CPU_FREQ_TABLE shouldn't be a def_tristate



CPU_FREQ_TABLE enables helper code and gets select'ed when it's required.

Building it as a module when it's not required doesn't seem to make much sense.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 56463b78
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ config CPU_FREQ
if CPU_FREQ
if CPU_FREQ


config CPU_FREQ_TABLE
config CPU_FREQ_TABLE
       def_tristate m
       tristate


config CPU_FREQ_DEBUG
config CPU_FREQ_DEBUG
	bool "Enable CPUfreq debugging"
	bool "Enable CPUfreq debugging"