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

Commit a8d0e9e1 authored by Junjie Wu's avatar Junjie Wu
Browse files

cpufreq: Kconfig: Move CPU_FREQ_MSM from arch to cpufreq



drivers/cpufreq already has Kconfig.arm for vendor specific Kconfig
definition. Move CPU_FREQ_MSM from arch/arm/Kconfig to
drivers/cpufreq/Kconfig.arm so that ARM64 can share the same
configuration option.

Change-Id: I68a0a170cd676541ecba325722e0d0e0fe15aefc
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 47d53bf2
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -2251,14 +2251,6 @@ source "drivers/cpuidle/Kconfig"

endmenu

config CPU_FREQ_MSM
        bool
        depends on CPU_FREQ && ARCH_MSM
        default y
        help
          This enables the CPUFreq driver for Qualcomm CPUs.
          If in doubt, say Y.

menu "Floating point emulation"

comment "At least one emulation must be selected"
+7 −0
Original line number Diff line number Diff line
@@ -147,3 +147,10 @@ config ARM_SPEAR_CPUFREQ
	default y
	help
	  This adds the CPUFreq driver support for SPEAr SOCs.

config CPU_FREQ_MSM
        bool
        depends on CPU_FREQ && ARCH_MSM
        default y
        help
          This enables the CPUFreq driver for Qualcomm CPUs.