[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LNX.1.10.0807051514220.28765@fbirervta.pbzchgretzou.qr>
Date: Sat, 5 Jul 2008 15:15:06 +0200 (CEST)
From: Jan Engelhardt <jengelh@...ozas.de>
To: Ben Dooks <ben-linux@...ff.org>
cc: linux-kernel@...r.kernel.org
Subject: Re: Kconfig question - multiple entries touching one integer
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists