Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2011-05-02 Thread Michal Marek
On Thu, Apr 28, 2011 at 10:38:02AM -0700, Randy Dunlap wrote: On Fri, 26 Nov 2010 08:17:36 -0800 Randy Dunlap wrote: On Fri, 26 Nov 2010 17:15:11 +0100 Michal Marek wrote: Subject: [PATCH] kconfig: Document the new visible if syntax Hi, Can we get this kconfig-language.txt patch

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2011-04-28 Thread Randy Dunlap
On Fri, 26 Nov 2010 08:17:36 -0800 Randy Dunlap wrote: On Fri, 26 Nov 2010 17:15:11 +0100 Michal Marek wrote: On Fri, Nov 26, 2010 at 11:31:16AM +0100, Michal Marek wrote: On 25.11.2010 18:06, Arnaud Lacombe wrote: Hi folks, On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-26 Thread Michal Marek
On 25.11.2010 18:06, Arnaud Lacombe wrote: Hi folks, On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the possibility to control a menu's visibility without adding dependency to the expression to all the submenu. Signed-off-by: Arnaud

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-26 Thread Michal Marek
On Fri, Nov 26, 2010 at 11:31:16AM +0100, Michal Marek wrote: On 25.11.2010 18:06, Arnaud Lacombe wrote: Hi folks, On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the possibility to control a menu's visibility without adding

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-26 Thread Randy Dunlap
On Fri, 26 Nov 2010 17:15:11 +0100 Michal Marek wrote: On Fri, Nov 26, 2010 at 11:31:16AM +0100, Michal Marek wrote: On 25.11.2010 18:06, Arnaud Lacombe wrote: Hi folks, On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-26 Thread Arnaud Lacombe
Hi, On Fri, Nov 26, 2010 at 11:17 AM, Randy Dunlap rdun...@xenotime.net wrote: Default value of visible is true ?? yes, but implicitly... I think I should made this explicit. - Arnaud -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-26 Thread Arnaud Lacombe
Hi, On Fri, Nov 26, 2010 at 11:15 AM, Michal Marek mma...@suse.cz wrote: So the patches look OK to me, I added your patches to kbuild-2.6.git#menu-visibility and merged the branch to for-next. The new syntax should be documented in Documentation/kbuild/kconfig-language.txt, below is a first

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-26 Thread Mauro Carvalho Chehab
Em 26-11-2010 14:15, Michal Marek escreveu: On Fri, Nov 26, 2010 at 11:31:16AM +0100, Michal Marek wrote: On 25.11.2010 18:06, Arnaud Lacombe wrote: Hi folks, On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the possibility to control a

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-25 Thread Sam Ravnborg
On Thu, Nov 25, 2010 at 12:06:46PM -0500, Arnaud Lacombe wrote: Hi folks, On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the possibility to control a menu's visibility without adding dependency to the expression to all the submenu.

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-16 Thread Mauro Carvalho Chehab
Em 15-11-2010 14:57, Arnaud Lacombe escreveu: Hi all On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the possibility to control a menu's visibility without adding dependency to the expression to all the submenu. Signed-off-by: Arnaud

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-16 Thread Arnaud Lacombe
Hi, On Tue, Nov 16, 2010 at 12:44 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 15-11-2010 14:57, Arnaud Lacombe escreveu: Hi all On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the possibility to control a menu's visibility

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-16 Thread Sam Ravnborg
On Tue, Nov 16, 2010 at 04:41:06PM -0500, Arnaud Lacombe wrote: Hi, On Tue, Nov 16, 2010 at 12:44 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 15-11-2010 14:57, Arnaud Lacombe escreveu: Hi all On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-15 Thread Arnaud Lacombe
Hi all On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe lacom...@gmail.com wrote: This option is aimed to add the possibility to control a menu's visibility without adding dependency to the expression to all the submenu. Signed-off-by: Arnaud Lacombe lacom...@gmail.com ---  

[PATCH 1/5] kconfig: add an option to determine a menu's visibility

2010-11-06 Thread Arnaud Lacombe
This option is aimed to add the possibility to control a menu's visibility without adding dependency to the expression to all the submenu. Signed-off-by: Arnaud Lacombe lacom...@gmail.com --- scripts/kconfig/expr.h |1 + scripts/kconfig/lkc.h |1 + scripts/kconfig/menu.c