Re: [PATCH] Only show RESOURCES_64BIT on relevant architectures

From: Ralf Baechle
Date: Mon Oct 29 2007 - 22:48:21 EST


On Sun, Oct 28, 2007 at 04:15:49PM -0400, Kyle McMartin wrote:

> +++ b/mm/Kconfig
> @@ -172,6 +172,7 @@ config MIGRATION
>
> config RESOURCES_64BIT
> bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPERIMENTAL)
> + depends on (MIPS || PPC32 || X86_PAE) || 64BIT

On MIPS it would be a per platform thing. I'd prefer if RESOURCES_64BIT
was enabled through reverse dependencies and never visible as a user
option.

Ralf
-
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/