All of lore.kernel.org
 help / color / mirror / Atom feed
* CONFIG_PM depends on CONFIG_MACH_AU1X00?
@ 2005-01-21 17:49 Clem Taylor
  2005-01-21 18:07 ` Dan Malek
  2005-01-21 19:22 ` Clem Taylor
  0 siblings, 2 replies; 5+ messages in thread
From: Clem Taylor @ 2005-01-21 17:49 UTC (permalink / raw)
  To: linux-mips

I was looking at the TOY (time of year stuff) in
arch/mips/au1000/common/time.c and noticed that it depends on
CONFIG_PM, but I couldn't select the CONFIG_PM with xconfig. It seems
that PM depends on MACH_AU1X00. It seems that MACH_AU1X00 was replaced
with SOC_AU1X00 but not updated for the PM line in Kconfig. Here is a
patch:

RCS file: /home/cvs/linux/arch/mips/Kconfig,v
retrieving revision 1.126
diff -U3 -r1.126 Kconfig
--- Kconfig     27 Dec 2004 18:23:53 -0000      1.126
+++ Kconfig     21 Jan 2005 17:47:09 -0000
@@ -1575,7 +1575,7 @@
 
 config PM
        bool "Power Management support (EXPERIMENTAL)"
-       depends on EXPERIMENTAL && MACH_AU1X00
+       depends on EXPERIMENTAL && SOC_AU1X00
 
 endmenu

                                          --Clem

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-24 11:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-21 17:49 CONFIG_PM depends on CONFIG_MACH_AU1X00? Clem Taylor
2005-01-21 18:07 ` Dan Malek
2005-01-21 19:22 ` Clem Taylor
2005-01-21 19:30   ` Dan Malek
2005-01-24 11:45     ` Christian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.