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 187ACDDEFE for ; Wed, 16 May 2007 02:53:30 +1000 (EST) Subject: [PATCH] Fix drivers/rtc/Kconfig for powerpc From: Wade Farnsworth To: rtc-linux@googlegroups.com Content-Type: text/plain Date: Tue, 15 May 2007 09:53:28 -0700 Message-Id: <1179248008.8132.142.camel@rhino> Mime-Version: 1.0 Cc: linuxppc-dev 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 makes drivers/rtc/Kconfig to use the correct config option. Signed-off-by: Wade Farnsworth --- 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.