The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] ppc64: CONFIG_PPC_PMAC implies CONFIG_ADB_PMU
@ 2004-02-13 23:00 Benjamin Herrenschmidt
  0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-02-13 23:00 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-13 23:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-13 23:00 [PATCH] ppc64: CONFIG_PPC_PMAC implies CONFIG_ADB_PMU Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox