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 -- [email protected] 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 15/16] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed
- From: Greg KH <[email protected]>
- [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Greg KH <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Greg KH <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Vivek Goyal <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Greg KH <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Vivek Goyal <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Vivek Goyal <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Roman Zippel <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Geert Uytterhoeven <[email protected]>
- Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- From: Roman Zippel <[email protected]>
- [PATCH 15/16] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed
- Prev by Date: Re: emergency or init=/bin/sh mode and terminal signals
- Next by Date: Re: [ckpatch][15/29] hz-no_default_250.patch
- Previous by thread: Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- Next by thread: Re: [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes
- Index(es):