On Monday 06 November 2006 13:23, Matthew Wilcox wrote:
> + bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT &&
> (ARM || X86 || MIPS || PPC) && EXPERIMENTAL)
>
How about reversing the logic to make it
bool "64 bit Memory and IO resources (EXPERIMENTAL)" if
(RESOURCES_64BIT_ENABLE && EXPERIMENTAL)
Then each architecture could either have
config RESOURCES_64BIT_ENABLE
def_bool y if !64BIT
or even
select RESOURCES_64BIT
to switch it on unconditionally.
Arnd <><
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html