diff options
| author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-06-29 01:07:56 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-07-19 01:13:04 -0400 |
| commit | 5d8c665889e27e1b8989ca465166e8897dc302d1 (patch) | |
| tree | a1a6839086aa1ccc4aeb8a562bd82b6a3673ab96 /drivers/cpufreq/Kconfig | |
| parent | 77c2342a578c11f22a1003e641f50d138dd9833a (diff) | |
powerpc/cpufreq: Add cpufreq driver for Momentum Maple boards
Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation
kit and others). Driver is based on a cpufreq driver for 64-bit powermac
boxes with all pmac-dependant features removed and simple cleanup
applied.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/cpufreq/Kconfig')
| -rw-r--r-- | drivers/cpufreq/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 9fb84853d8e..61ae639de9d 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig | |||
| @@ -184,5 +184,10 @@ depends on X86 | |||
| 184 | source "drivers/cpufreq/Kconfig.x86" | 184 | source "drivers/cpufreq/Kconfig.x86" |
| 185 | endmenu | 185 | endmenu |
| 186 | 186 | ||
| 187 | menu "PowerPC CPU frequency scaling drivers" | ||
| 188 | depends on PPC32 || PPC64 | ||
| 189 | source "drivers/cpufreq/Kconfig.powerpc" | ||
| 190 | endmenu | ||
| 191 | |||
| 187 | endif | 192 | endif |
| 188 | endmenu | 193 | endmenu |
