]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ppc64: CONFIG_PPC_PMAC implies CONFIG_ADB_PMU
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 13 Feb 2004 09:22:25 +0000 (01:22 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 13 Feb 2004 09:22:25 +0000 (01:22 -0800)
This avoids a link error if PPC_PMAC is set and the user forgets to set
ADB_PMU.  (The PMU driver is mandatory for pmac)

arch/ppc64/Kconfig

index e4cd05211416b43fc5c7fa9d6ac1fb7bce762b3e..54d6bd501f4865ae3fad9c1dca3fc5ac5f4c344a 100644 (file)
@@ -87,6 +87,7 @@ config ALTIVEC
 config PPC_PMAC
        depends on PPC_PSERIES
        bool "Apple PowerMac G5 support"
+       select ADB_PMU
 
 config PPC_PMAC64
        bool