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.tx

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, A

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 wrote: This option is aimed to add the possibility to control a menu's

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 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 attempt at >

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 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 attempt at >

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 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 majord...@vger.kernel.or

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 wrote: > > >> This option is aimed to add the possibili

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 wrote: > >> This option is aimed to add the possibility to control a menu's visibility > >> without adding dependency to

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 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 >>

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 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-o

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

2010-11-25 Thread Arnaud Lacombe
Hi folks, On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe 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 > --- >  scripts/kconfig/expr.h      |    1 + >  script

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 > wrote: > > Em 15-11-2010 14:57, Arnaud Lacombe escreveu: > >> Hi all > >> > >> On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote: > >>> This option is aimed to a

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 wrote: > Em 15-11-2010 14:57, Arnaud Lacombe escreveu: >> Hi all >> >> On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote: >>> This option is aimed to add the possibility to control a menu's visibility >>> without adding dependency to

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 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 >>

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 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 > --- >  scripts/kconfig/expr.h      |    1 + >  scripts/k

[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 --- scripts/kconfig/expr.h |1 + scripts/kconfig/lkc.h |1 + scripts/kconfig/menu.c | 11 +++