All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wade Farnsworth <wfarnsworth@mvista.com>
To: a.zummo@towertech.it
Cc: linuxppc-dev <linuxppc-dev@ozlabs.org>, rtc-linux@googlegroups.com
Subject: [PATCH] Fix drivers/rtc/Kconfig for powerpc
Date: Wed, 06 Jun 2007 09:57:43 -0700	[thread overview]
Message-ID: <1181149064.5674.134.camel@rhino> (raw)

The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC.  This fixes
drivers/rtc/Kconfig to use the correct config option.

Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>

---
This is a resubmission of a patch I sent a few weeks ago.  I'm
resubmitting this as I haven't seen any activity regarding this patch
since I submitted it.

 drivers/rtc/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6-powerpc-8641/drivers/rtc/Kconfig
===================================================================
--- linux-2.6-powerpc-8641.orig/drivers/rtc/Kconfig
+++ linux-2.6-powerpc-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.

             reply	other threads:[~2007-06-06 16:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-06 16:57 Wade Farnsworth [this message]
2007-06-06 17:07 ` [PATCH] Fix drivers/rtc/Kconfig for powerpc 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
  -- strict thread matches above, loose matches on Subject: below --
2007-05-15 16:53 Wade Farnsworth
2007-05-16 16:31 ` 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=1181149064.5674.134.camel@rhino \
    --to=wfarnsworth@mvista.com \
    --cc=a.zummo@towertech.it \
    --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 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.