| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | CONFIG_PM depends on CONFIG_MACH_AU1X00? |
| From: | Clem Taylor <clem.taylor@gmail.com> |
| Date: | Fri, 21 Jan 2005 12:49:47 -0500 |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=NcM9US/DRleFz4Mw5/ln72+qsyIxM0uuLhydVp9N7Cxzp5dDFZ0hVN0XaTKmUuxkPpVsZfi6AK5+VLVm2Ki/e+5teP1HZaDsh/miT7IwszKkkRxenqfAaIZod1FGZ6dYHz7lXu9Fjl8ka0s/pxJYcjUWnl+5okuzv1yeegK0c9A= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | Clem Taylor <clem.taylor@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] I/O helpers rework, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: CONFIG_PM depends on CONFIG_MACH_AU1X00?, Dan Malek |
| Previous by Thread: | Bootloader for mips, Karl Lessard |
| Next by Thread: | Re: CONFIG_PM depends on CONFIG_MACH_AU1X00?, Dan Malek |
| Indexes: | [Date] [Thread] [Top] [All Lists] |