Kconfig.arm (7e02168711e70a93a4795870e028a260702bdcb5) Kconfig.arm (2fa1adc07089020984d52bb55c5af0b9d86dff21)
1#
2# ARM CPU Frequency scaling drivers
3#
4
5# big LITTLE core layer and glue drivers
6config ARM_BIG_LITTLE_CPUFREQ
7 tristate "Generic ARM big LITTLE CPUfreq driver"
8 depends on ARM && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK

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

114 tristate "CPUfreq driver for ARM Integrator CPUs"
115 depends on ARCH_INTEGRATOR
116 default y
117 help
118 This enables the CPUfreq driver for ARM Integrator CPUs.
119 If in doubt, say Y.
120
121config ARM_KIRKWOOD_CPUFREQ
1#
2# ARM CPU Frequency scaling drivers
3#
4
5# big LITTLE core layer and glue drivers
6config ARM_BIG_LITTLE_CPUFREQ
7 tristate "Generic ARM big LITTLE CPUfreq driver"
8 depends on ARM && BIG_LITTLE && ARM_CPU_TOPOLOGY && HAVE_CLK

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

114 tristate "CPUfreq driver for ARM Integrator CPUs"
115 depends on ARCH_INTEGRATOR
116 default y
117 help
118 This enables the CPUfreq driver for ARM Integrator CPUs.
119 If in doubt, say Y.
120
121config ARM_KIRKWOOD_CPUFREQ
122 def_bool MACH_KIRKWOOD
122 def_bool ARCH_KIRKWOOD || MACH_KIRKWOOD
123 help
124 This adds the CPUFreq driver for Marvell Kirkwood
125 SoCs.
126
127config ARM_OMAP2PLUS_CPUFREQ
128 bool "TI OMAP2+"
129 depends on ARCH_OMAP2PLUS
130 default ARCH_OMAP2PLUS

--- 119 unchanged lines hidden ---
123 help
124 This adds the CPUFreq driver for Marvell Kirkwood
125 SoCs.
126
127config ARM_OMAP2PLUS_CPUFREQ
128 bool "TI OMAP2+"
129 depends on ARCH_OMAP2PLUS
130 default ARCH_OMAP2PLUS

--- 119 unchanged lines hidden ---