From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway-1237.mvista.com (gateway-1237.mvista.com [63.81.120.158]) by ozlabs.org (Postfix) with ESMTP id 8F037DDE3B for ; Thu, 7 Jun 2007 02:57:45 +1000 (EST) Subject: [PATCH] Fix drivers/rtc/Kconfig for powerpc From: Wade Farnsworth To: a.zummo@towertech.it Content-Type: text/plain Date: Wed, 06 Jun 2007 09:57:43 -0700 Message-Id: <1181149064.5674.134.camel@rhino> Mime-Version: 1.0 Cc: linuxppc-dev , rtc-linux@googlegroups.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 --- 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.