[PATCH] ppc64: CONFIG_PPC_PMAC implies CONFIG_ADB_PMU

From: Benjamin Herrenschmidt
Date: Fri Feb 13 2004 - 18:03:41 EST


Hi !

This patch avoids a link error if PPC_PMAC is set and the user forgets
to set ADB_PMU. (The PMU driver is mandatory for pmac)

Ben.

diff -urN linux-2.5/arch/ppc64/Kconfig linuxppc-2.5-benh/arch/ppc64/Kconfig
--- linux-2.5/arch/ppc64/Kconfig 2004-02-13 08:05:06.000000000 +1100
+++ linuxppc-2.5-benh/arch/ppc64/Kconfig 2004-02-14 09:58:11.913734520 +1100
@@ -87,6 +87,7 @@
config PPC_PMAC
depends on PPC_PSERIES
bool "Apple PowerMac G5 support"
+ select ADB_PMU

config PPC_PMAC64
bool


-
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/