Re: Kconfig question - multiple entries touching one integer

From: Jan Engelhardt
Date: Sat Jul 05 2008 - 09:15:26 EST



On Friday 2008-07-04 12:08, Ben Dooks wrote:
>
>doing
>
> config ARCH_EXTRA_RESOURCES
> int
> default 0
> default 32 if BOARD_A
> default 64 if BOARD_B
>
>doesn't work

The construct does work, config PAGE_OFFSET in arch/x86/Kconfig
uses it, though the order is different (the base default is last).
--
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/