Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resourcesizes
From: Geert Uytterhoeven
Date: Mon Jun 19 2006 - 07:44:49 EST
On Mon, 19 Jun 2006, Roman Zippel wrote:
> On Mon, 19 Jun 2006, Geert Uytterhoeven wrote:
> > > config RESOURCES_64BIT
> > > bool "64 bit Memory and IO resources (EXPERIMENTAL)" if !64BIT && EXPERIMENTAL
> > > default 64BIT
> > ^
> > Missing `y if'?
>
> Not really. :)
>
> A default accepts normal expressions for boolean/tristate. Most of the
> time an if is not needed for a default, it only really makes a difference
> if you have multiple defaults, where the condition controls which one is
> active.
IC, of course.
So the default value of CONFIG_RESOURCES_64BIT is the same as the value of
CONFIG_64BIT, which is indeed what we want.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/