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

2012-08-01 Thread Randy Dunlap
On 08/01/2012 09:20 PM, Salar Ali Mumtaz wrote: > On 12-07-31 04:21 PM, Randy Dunlap wrote: >> On 07/31/2012 11:58 AM, Salar Ali Mumtaz wrote: >> >>> Now the debug_info only shows y/n/m values. >>> >> >> >> or no value at all?? > > > Yes. > > y/n/m or no value at all. > so in: Kernel suppor

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

2012-08-01 Thread Salar Ali Mumtaz
On 12-07-31 04:21 PM, Randy Dunlap wrote: > On 07/31/2012 11:58 AM, Salar Ali Mumtaz wrote: > >> Now the debug_info only shows y/n/m values. >> > > > or no value at all?? Yes. y/n/m or no value at all. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

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

2012-07-31 Thread Randy Dunlap
On 07/31/2012 11:58 AM, Salar Ali Mumtaz wrote: > Now the debug_info only shows y/n/m values. > or no value at all?? for CONFIG_BINFMT_ELF: Kernel support for ELF binaries (BINFMT_ELF) type: boolean unknown property: symbol dep: ( MMU y && (BROKEN n || !FRV ) ) =y prompt: Kernel suppor

[PATCH v2] xconfig: Display dependency values in debug_info

2012-07-31 Thread Salar Ali Mumtaz
Now the debug_info only shows y/n/m values. Signed-off-by: Salar Ali Mumtaz --- scripts/kconfig/qconf.cc | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index df274fe..b6a7cc5 100644 --- a/scripts/kconfig/