From: Wade Farnsworth <wfarnsworth@mvista.com>
To: rtc-linux@googlegroups.com
Cc: linuxppc-dev <linuxppc-dev@ozlabs.org>
Subject: [PATCH] Fix drivers/rtc/Kconfig for powerpc
Date: Tue, 15 May 2007 09:53:28 -0700 [thread overview]
Message-ID: <1179248008.8132.142.camel@rhino> (raw)
The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC. This makes
drivers/rtc/Kconfig to use the correct config option.
Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>
---
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6-8641/drivers/rtc/Kconfig
===================================================================
--- linux-2.6-8641.orig/drivers/rtc/Kconfig
+++ linux-2.6-8641/drivers/rtc/Kconfig
@@ -246,7 +246,7 @@ comment "Platform RTC drivers"
config RTC_DRV_CMOS
tristate "PC-style 'CMOS'"
depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \
- || M32R || ATARI || POWERPC || MIPS)
+ || M32R || ATARI || PPC || MIPS)
help
Say "yes" here to get direct support for the real time clock
found in every PC or ACPI-based system, and some other boards.
next reply other threads:[~2007-05-15 16:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-15 16:53 Wade Farnsworth [this message]
2007-05-16 16:31 ` [PATCH] Fix drivers/rtc/Kconfig for powerpc Jon Loeliger
-- strict thread matches above, loose matches on Subject: below --
2007-06-06 16:57 Wade Farnsworth
2007-06-06 17:07 ` Jon Loeliger
2007-06-06 17:17 ` Wade Farnsworth
2007-06-07 16:08 ` Jon Loeliger
2007-06-07 16:33 ` Wade Farnsworth
2007-06-07 16:37 ` Jon Loeliger
2007-06-07 23:34 ` David Gibson
2007-06-08 14:14 ` Loeliger Jon-LOELIGER
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=1179248008.8132.142.camel@rhino \
--to=wfarnsworth@mvista.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=rtc-linux@googlegroups.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).