Re: Where's the documentation for Kconfig?

Tom Rini (trini@kernel.crashing.org)
Fri, 1 Nov 2002 16:32:50 -0700


On Fri, Nov 01, 2002 at 08:46:43PM +0000, Russell King wrote:
> On Fri, Nov 01, 2002 at 01:42:25PM -0700, Tom Rini wrote:
> > On Fri, Nov 01, 2002 at 08:35:46PM +0000, Russell King wrote:
> > > On Fri, Nov 01, 2002 at 01:30:33PM -0700, Tom Rini wrote:
> > > > On a related question, can we now have 'UL', etc in a hex statement /
> > > > question?
> > >
> > > No thanks - that'll stop it being used in linker scripts.
> >
> > How, if it's not used for a value which a linker script cares about?
>
> Hmm, maybe I'm misunderstanding you. Where do you want "UL" to appear
> in relation to a "hex" statement?

I want both of these statements to be legal:

config HEXVAL_A
hex
depends on FOO || BAR
default "0x12345678"

config HEXVAL_B
hex
depends on BAZ
default "0x12345678UL"

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
-
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/