Re: [PATCH] xconfig: Display dependency values in debug_info

2012-08-15 Thread Randy Dunlap
On 08/15/2012 09:32 AM, Salar Ali Mumtaz wrote: > On 12-08-10 08:39 PM, Randy Dunlap wrote: >> On 08/09/2012 11:54 AM, Salar Ali Mumtaz wrote: >> >>> On 12-08-07 12:55 PM, Randy Dunlap wrote: >>> In Kconfig language, is "" the same as 'n' ? If so, I'm OK with your proposal above. >>

Re: [PATCH] xconfig: Display dependency values in debug_info

2012-08-15 Thread Salar Ali Mumtaz
On 12-08-10 08:39 PM, Randy Dunlap wrote: > On 08/09/2012 11:54 AM, Salar Ali Mumtaz wrote: > >> On 12-08-07 12:55 PM, Randy Dunlap wrote: >> >>> In Kconfig language, is "" the same as 'n' ? >>> If so, I'm OK with your proposal above. >>> >> >> >> So a colleague of mine tested this and came up wit

Re: [PATCH] xconfig: Display dependency values in debug_info

2012-08-10 Thread Randy Dunlap
On 08/09/2012 11:54 AM, Salar Ali Mumtaz wrote: > On 12-08-07 12:55 PM, Randy Dunlap wrote: > >> In Kconfig language, is "" the same as 'n' ? >> If so, I'm OK with your proposal above. >> > > > So a colleague of mine tested this and came up with a conclusion that > expressions in Kconfig can o

Re: [PATCH] xconfig: Display dependency values in debug_info

2012-08-09 Thread Salar Ali Mumtaz
On 12-08-07 12:55 PM, Randy Dunlap wrote: > In Kconfig language, is "" the same as 'n' ? > If so, I'm OK with your proposal above. > So a colleague of mine tested this and came up with a conclusion that expressions in Kconfig can only deal with boolean or tristate operands and no casting is m

Re: [PATCH] xconfig: Display dependency values in debug_info

2012-08-07 Thread Randy Dunlap
On 08/07/2012 09:08 AM, Salar Ali Mumtaz wrote: > On 12-07-26 01:02 PM, Randy Dunlap wrote: > >> The added y/n/m are clear, but the "!FRV FRV" is confusing, >> isn't it? >> >> > > Is this notation clear ? > > Kernel support for ELF binaries (BINFMT_ELF) > > type: boolean > unknown property: sy

Re: [PATCH] xconfig: Display dependency values in debug_info

2012-08-07 Thread Salar Ali Mumtaz
On 12-07-26 01:02 PM, Randy Dunlap wrote: > The added y/n/m are clear, but the "!FRV FRV" is confusing, > isn't it? > > Is this notation clear ? Kernel support for ELF binaries (BINFMT_ELF) type: boolean unknown property: symbol dep: ( MMU [=y] && (BROKEN [n] || !FRV [= ""]) ) [=y] prompt

Re: [PATCH] xconfig: Display dependency values in debug_info

2012-07-31 Thread Salar Ali Mumtaz
On 12-07-26 01:02 PM, Randy Dunlap wrote: > > The added y/n/m are clear, but the "!FRV FRV" is confusing, > isn't it? > > Yes. But that is easily fixable. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More major

Re: [PATCH] xconfig: Display dependency values in debug_info

2012-07-26 Thread Randy Dunlap
On 07/26/2012 09:19 AM, Salar Ali Mumtaz wrote: > Hi. > > Thanks for the quick reply. > > This adds the current values to the dependencies in the debug_info, which you > get when you select "Show debug info" > from the popup you get after you right click. For some values, there is no > help a

Re: [PATCH] xconfig: Display dependency values in debug_info

2012-07-25 Thread Randy Dunlap
On 07/25/2012 03:56 PM, Salar Ali Mumtaz wrote: > Displays the current value of each of the dependencies of a menu item. > Before, you needed to do tedious searching to find out the current values > of the dependences. Now they all are included in the debug_info, making > the task easier Hi, Woul

[PATCH] xconfig: Display dependency values in debug_info

2012-07-25 Thread Salar Ali Mumtaz
Displays the current value of each of the dependencies of a menu item. Before, you needed to do tedious searching to find out the current values of the dependences. Now they all are included in the debug_info, making the task easier Signed-off-by: Salar Ali Mumtaz --- scripts/kconfig/qconf.cc |