Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755795Ab2HOQcQ (ORCPT ); Wed, 15 Aug 2012 12:32:16 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:42913 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751421Ab2HOQcO (ORCPT ); Wed, 15 Aug 2012 12:32:14 -0400 Message-ID: <502BCF0B.3050401@gmail.com> Date: Wed, 15 Aug 2012 12:32:11 -0400 From: Salar Ali Mumtaz User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Randy Dunlap CC: Michal Marek , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org 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> <5021486B.6020907@xenotime.net> <50240770.6070207@gmail.com> <5025A9C6.1080207@xenotime.net> In-Reply-To: <5025A9C6.1080207@xenotime.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 964 Lines: 25 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 with a conclusion that expressions in Kconfig can only deal with boolean or tristate operands and no casting is made with strings. Using any string operand as part of a boolean expression is simply a type error and Kconfig probably marks such operand as 'n', regardless of its value. >> > > > My question was about FRV, which is a boolean, > but still did not display as 'n' in your example. > > FRV is not a boolean. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/