Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 1 Nov 2002 19:39:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 1 Nov 2002 19:39:54 -0500 Received: from smtpzilla5.xs4all.nl ([194.109.127.141]:46089 "EHLO smtpzilla5.xs4all.nl") by vger.kernel.org with ESMTP id ; Fri, 1 Nov 2002 19:39:53 -0500 Date: Sat, 2 Nov 2002 01:46:18 +0100 (CET) From: Roman Zippel X-X-Sender: roman@serv To: Tom Rini cc: linux-kernel@vger.kernel.org Subject: Re: Where's the documentation for Kconfig? In-Reply-To: <20021102000730.GB6410@opus.bloom.county> Message-ID: References: <20021101125226.B16919@flint.arm.linux.org.uk> <20021101193112.B26989@flint.arm.linux.org.uk> <20021101203033.GA5773@opus.bloom.county> <20021101203546.C26989@flint.arm.linux.org.uk> <20021101204225.GA6003@opus.bloom.county> <20021101204643.D26989@flint.arm.linux.org.uk> <20021101233250.GA6410@opus.bloom.county> <20021102000730.GB6410@opus.bloom.county> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 713 Lines: 22 Hi, On Fri, 1 Nov 2002, Tom Rini wrote: > Consistency with values? It's not needed, but in somplaces we had: > #define FOO 0x12345678UL, > which was replaced with > #define FOO CONFIG_BAR_VALUE > > So for consistency (and only that really, so if it's hard just say No) > I'd like to be able to put back the 'UL' / 'L' It would add more complexity than it gives us it. I would implement it if it would help avoiding helping complexity somewhere else. bye, Roman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/