Kconfig.arm (d4263348f796f29546f90802177865dd4379dd0a) Kconfig.arm (ff1f0018cf66080d8e6f59791e552615648a033a)
1#
2# ARM CPU Frequency scaling drivers
3#
4
5config ARM_BIG_LITTLE_CPUFREQ
6 tristate "Generic ARM big LITTLE CPUfreq driver"
7 depends on ARM && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK
8 select PM_OPP

--- 99 unchanged lines hidden (view full) ---

108 tristate "CPUfreq driver for ARM Integrator CPUs"
109 depends on ARCH_INTEGRATOR
110 default y
111 help
112 This enables the CPUfreq driver for ARM Integrator CPUs.
113 If in doubt, say Y.
114
115config ARM_KIRKWOOD_CPUFREQ
1#
2# ARM CPU Frequency scaling drivers
3#
4
5config ARM_BIG_LITTLE_CPUFREQ
6 tristate "Generic ARM big LITTLE CPUfreq driver"
7 depends on ARM && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK
8 select PM_OPP

--- 99 unchanged lines hidden (view full) ---

108 tristate "CPUfreq driver for ARM Integrator CPUs"
109 depends on ARCH_INTEGRATOR
110 default y
111 help
112 This enables the CPUfreq driver for ARM Integrator CPUs.
113 If in doubt, say Y.
114
115config ARM_KIRKWOOD_CPUFREQ
116 def_bool ARCH_KIRKWOOD && OF
116 def_bool MACH_KIRKWOOD
117 help
118 This adds the CPUFreq driver for Marvell Kirkwood
119 SoCs.
120
121config ARM_OMAP2PLUS_CPUFREQ
122 bool "TI OMAP2+"
123 depends on ARCH_OMAP2PLUS
124 default ARCH_OMAP2PLUS

--- 127 unchanged lines hidden ---
117 help
118 This adds the CPUFreq driver for Marvell Kirkwood
119 SoCs.
120
121config ARM_OMAP2PLUS_CPUFREQ
122 bool "TI OMAP2+"
123 depends on ARCH_OMAP2PLUS
124 default ARCH_OMAP2PLUS

--- 127 unchanged lines hidden ---