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.
>>
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
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
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
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
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
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
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
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
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 |
10 matches
Mail list logo