From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 5EB3DDE4F9 for ; Sat, 22 Dec 2007 08:22:46 +1100 (EST) Date: Fri, 21 Dec 2007 15:29:22 -0600 From: Olof Johansson To: Josh Boyer , Paul Mackerras , linuxppc-dev@ozlabs.org Subject: Re: Enable RTC for Ebony and Walnut Message-ID: <20071221212922.GC11910@lixom.net> References: <20071221022130.GI2665@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071221022130.GI2665@localhost.localdomain> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Fri, Dec 21, 2007 at 01:21:30PM +1100, David Gibson wrote: > Index: working-2.6/arch/powerpc/platforms/Kconfig > =================================================================== > --- working-2.6.orig/arch/powerpc/platforms/Kconfig 2007-12-10 10:52:44.000000000 +1100 > +++ working-2.6/arch/powerpc/platforms/Kconfig 2007-12-21 13:11:34.000000000 +1100 > @@ -315,6 +315,9 @@ config FSL_ULI1575 > config CPM > bool > > +config OF_RTC > + bool > + New config options should have descriptions, even if they're silent ones. Thanks, -Olof