diff options
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r-- | arch/ppc64/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig index 2130cc315957..29552348e581 100644 --- a/arch/ppc64/Kconfig +++ b/arch/ppc64/Kconfig | |||
@@ -56,6 +56,7 @@ config PPC_STD_MMU | |||
56 | # max order + 1 | 56 | # max order + 1 |
57 | config FORCE_MAX_ZONEORDER | 57 | config FORCE_MAX_ZONEORDER |
58 | int | 58 | int |
59 | default "9" if PPC_64K_PAGES | ||
59 | default "13" | 60 | default "13" |
60 | 61 | ||
61 | source "init/Kconfig" | 62 | source "init/Kconfig" |
@@ -173,6 +174,16 @@ config KEXEC | |||
173 | support. As of this writing the exact hardware interface is | 174 | support. As of this writing the exact hardware interface is |
174 | strongly in flux, so no good recommendation can be made. | 175 | strongly in flux, so no good recommendation can be made. |
175 | 176 | ||
177 | source "drivers/cpufreq/Kconfig" | ||
178 | |||
179 | config CPU_FREQ_PMAC64 | ||
180 | bool "Support for some Apple G5s" | ||
181 | depends on CPU_FREQ && PMAC_SMU && PPC64 | ||
182 | select CPU_FREQ_TABLE | ||
183 | help | ||
184 | This adds support for frequency switching on Apple iMac G5, | ||
185 | and some of the more recent desktop G5 machines as well. | ||
186 | |||
176 | config IBMVIO | 187 | config IBMVIO |
177 | depends on PPC_PSERIES || PPC_ISERIES | 188 | depends on PPC_PSERIES || PPC_ISERIES |
178 | bool | 189 | bool |