Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Roman Zippel <zippel@...>
Cc: Matej Laitl <strohel@...>, Randy Dunlap <randy.dunlap@...>, LKML <linux-kernel@...>
Date: Sunday, September 16, 2007 - 2:09 pm

On Sun, Sep 16, 2007 at 07:10:06PM +0200, Roman Zippel wrote:

On i86_64 (but I think the arch does not matter).
make defconfig
make menuconfig

At top-level menu I see:
--- Enable the block layer  --->

In block/Kconfig we have:
menuconfig BLOCK
       bool "Enable the block layer" if EMBEDDED
       default y

If EMBEDDED == n then we see the above.
And this was my first experience with this patch - and it
took me some thoughts to realise it was the "if EMBEDDED" part
that made it look like -*-

So maybe not something we see in many places but it is
there in the top-level menu.

	Sam
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH v2] menuconfig: distinguish between selected-by-a..., Sam Ravnborg, (Sun Sep 16, 2:09 pm)