From: Clem Taylor <clem.taylor@gmail.com>
To: linux-mips@linux-mips.org
Subject: CONFIG_PM depends on CONFIG_MACH_AU1X00?
Date: Fri, 21 Jan 2005 12:49:47 -0500 [thread overview]
Message-ID: <ecb4efd10501210949db48ce1@mail.gmail.com> (raw)
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
next reply other threads:[~2005-01-21 17:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-21 17:49 Clem Taylor [this message]
2005-01-21 18:07 ` CONFIG_PM depends on CONFIG_MACH_AU1X00? Dan Malek
2005-01-21 19:22 ` Clem Taylor
2005-01-21 19:30 ` Dan Malek
2005-01-24 11:45 ` Christian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ecb4efd10501210949db48ce1@mail.gmail.com \
--to=clem.taylor@gmail.com \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.