diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-01-10 00:16:22 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-10 00:49:20 -0500 |
commit | 3b212db9217d02e623eaa12f41c9b5f8c6a99535 (patch) | |
tree | 5cf49bb1286da21e43439bb37f555dba0bf7d35a /arch/powerpc/Kconfig | |
parent | 9d17a5c611a7462a41b06c75f661f4106d380a86 (diff) |
[PATCH] powerpc: Some ppc compile fixes...
This gets most of the Fedora rawhide RPM building again, as long as I
disable CHRP.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 17c1b6aa44bc..935d96571515 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -412,7 +412,7 @@ config PPC_MPC106 | |||
412 | 412 | ||
413 | config GENERIC_TBSYNC | 413 | config GENERIC_TBSYNC |
414 | bool | 414 | bool |
415 | default y if CONFIG_PPC32 && CONFIG_SMP | 415 | default y if PPC32 && SMP |
416 | default n | 416 | default n |
417 | 417 | ||
418 | source "drivers/cpufreq/Kconfig" | 418 | source "drivers/cpufreq/Kconfig" |