[2.6 patch] arch/powerpc/Kconfig: fix GENERIC_TBSYNC dependencies

From: Adrian Bunk
Date: Tue Jan 10 2006 - 08:01:01 EST


This patch fixes the dependencies of GENERIC_TBSYNC (this bug was found
by Jean-Luc Leger <reiga@xxxxxxxxxxxxxxxx>).

Additionally, it removes the superfluous "default n".


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.15-mm2-full/arch/powerpc/Kconfig.old 2006-01-10 13:59:33.000000000 +0100
+++ linux-2.6.15-mm2-full/arch/powerpc/Kconfig 2006-01-10 13:59:57.000000000 +0100
@@ -406,8 +406,7 @@

config GENERIC_TBSYNC
bool
- default y if CONFIG_PPC32 && CONFIG_SMP
- default n
+ default y if PPC32 && SMP

source "drivers/cpufreq/Kconfig"


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/