From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from oproxy9.bluehost.com ([69.89.24.6]:53587 "HELO oproxy9.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754725Ab2HGQ41 (ORCPT ); Tue, 7 Aug 2012 12:56:27 -0400 Message-ID: <5021486B.6020907@xenotime.net> Date: Tue, 07 Aug 2012 09:55:07 -0700 From: Randy Dunlap MIME-Version: 1.0 Subject: Re: [PATCH] xconfig: Display dependency values in debug_info References: <1343256982-11421-1-git-send-email-salaarali@gmail.com> <50107EB7.8000009@xenotime.net> <50117812.5080302@xenotime.net> <50213D69.3060904@gmail.com> In-Reply-To: <50213D69.3060904@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Salar Ali Mumtaz Cc: Michal Marek , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org 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: symbol > dep: ( MMU [=y] && (BROKEN [n] || !FRV [= ""]) ) [=y] > prompt: Kernel support for ELF binaries > dep: ( MMU [=y] && (BROKEN [n] || !FRV [= ""]) ) [=y] > default: y > dep: ( MMU [=y] && (BROKEN [n] || !FRV [= ""]) ) [=y] In Kconfig language, is "" the same as 'n' ? If so, I'm OK with your proposal above. > If not, could you suggest a better way to represent this information? > > Thanks. thanks, -- ~Randy