linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix drivers/rtc/Kconfig for powerpc
@ 2007-06-06 16:57 Wade Farnsworth
  2007-06-06 17:07 ` Jon Loeliger
  0 siblings, 1 reply; 10+ messages in thread
From: Wade Farnsworth @ 2007-06-06 16:57 UTC (permalink / raw)
  To: a.zummo; +Cc: linuxppc-dev, rtc-linux

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH] Fix drivers/rtc/Kconfig for powerpc
@ 2007-05-15 16:53 Wade Farnsworth
  2007-05-16 16:31 ` Jon Loeliger
  0 siblings, 1 reply; 10+ messages in thread
From: Wade Farnsworth @ 2007-05-15 16:53 UTC (permalink / raw)
  To: rtc-linux; +Cc: linuxppc-dev

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.

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

end of thread, other threads:[~2007-06-08 14:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 16:57 [PATCH] Fix drivers/rtc/Kconfig for powerpc 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
  -- strict thread matches above, loose matches on Subject: below --
2007-05-15 16:53 Wade Farnsworth
2007-05-16 16:31 ` Jon Loeliger

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).