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

Commit dd8aa0bf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpufreq: Kconfig: Move CPU_FREQ_MSM from arch to cpufreq"

parents ee9791ae a8d0e9e1
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -2251,14 +2251,6 @@ source "drivers/cpuidle/Kconfig"


endmenu
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"
menu "Floating point emulation"


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