Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-04 Thread Jan Engelhardt
On May 3 2007 18:40, Trent Piepho wrote: > >How about these examples: > >menuconfig FOO >if FOO >config A > depends on FOO >endif >config B >if FOO >config C > depends on FOO >endif This does not work as expected in ncurses-menuconfig either. It does not even need a "menuconfig" objec

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Trent Piepho
On Fri, 4 May 2007, Roman Zippel wrote: > I don't quite understand. With the menuconfig changes more menu entries > should appear on the left side, so I don't understand why you have to > "drill down" to reach it. > The rule for menu to appear on the left side is relatively simple - all > its pare

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Roman Zippel
Hi, On Thu, 3 May 2007, Sam Ravnborg wrote: > Please include Roman Zippel when you propose kconfig changes. Thanks, the lkml volume lately forces me to skip a lot, so it's quite possible I miss something. :) > > xconfig has the menu tree display in the left panel, where one can see the > > ove

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Jan Engelhardt
On May 3 2007 13:39, Trent Piepho wrote: > >> >The point rised by Trent is that, currently, this is not prepared to >> >handle the "menuconfig" and "if/endif" tags. > >BTW, I've now fixed this. > >Jan, have you looked at the effect these changes have when using xconfig, and >not just menuconfig?

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Sam Ravnborg
Please include Roman Zippel when you propose kconfig changes. Sam > > Jan, have you looked at the effect these changes have when using xconfig, and > not just menuconfig? > > While your changes make menuconfig better, they have nearly opposite effect on > xconfig. > > xconfig has the me

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Sam Ravnborg
> > The out of tree v4l-dvb build system uses the same Kconfig/Makefiles as it > does in the kernel. This part of the kernel build system is not easily > exported to out of tree modules, so we have some scripts to handle this. Can you elaborate of what was causing your troubles. Maybe kbuild/kco

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Trent Piepho
On Thu, 3 May 2007, Jan Engelhardt wrote: > On May 3 2007 09:37, Mauro Carvalho Chehab wrote: > >Trent is mentioning an out-of-tree building system to allow easier > >testing of V4L/DVB patches by end users and developers and during driver > >development time. The building system allows faster > >c

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Mauro Carvalho Chehab
Em Qui, 2007-05-03 às 14:54 +0200, Jan Engelhardt escreveu: > On May 3 2007 09:37, Mauro Carvalho Chehab wrote: > >Trent is mentioning an out-of-tree building system to allow easier > >testing of V4L/DVB patches by end users and developers and during driver > >development time. The building system

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Jan Engelhardt
On May 3 2007 09:37, Mauro Carvalho Chehab wrote: >Trent is mentioning an out-of-tree building system to allow easier >testing of V4L/DVB patches by end users and developers and during driver >development time. The building system allows faster >compilation/linkedition during driver development, b

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Mauro Carvalho Chehab
Em Qui, 2007-05-03 às 08:56 +0200, Jan Engelhardt escreveu: > On May 2 2007 14:38, Trent Piepho wrote: > >On Wed, 2 May 2007, Mauro Carvalho Chehab wrote: > >> Em Seg, 2007-04-30 às 14:30 +0200, Jan Engelhardt escreveu: > >> > Change Kconfig objects from "menu, config" into "menuconfig" so > >> > t

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-02 Thread Jan Engelhardt
On May 2 2007 14:38, Trent Piepho wrote: >On Wed, 2 May 2007, Mauro Carvalho Chehab wrote: >> Em Seg, 2007-04-30 às 14:30 +0200, Jan Engelhardt escreveu: >> > Change Kconfig objects from "menu, config" into "menuconfig" so >> > that the user can disable the whole feature without having to >> > ent

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-02 Thread Trent Piepho
On Wed, 2 May 2007, Mauro Carvalho Chehab wrote: > Em Seg, 2007-04-30 ??s 14:30 +0200, Jan Engelhardt escreveu: > > Change Kconfig objects from "menu, config" into "menuconfig" so > > that the user can disable the whole feature without having to > > enter the menu first. > > > > Also remove one ind

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-02 Thread Mauro Carvalho Chehab
Hi Jan, Em Seg, 2007-04-30 às 14:30 +0200, Jan Engelhardt escreveu: > Change Kconfig objects from "menu, config" into "menuconfig" so > that the user can disable the whole feature without having to > enter the menu first. > > Also remove one indirection (CONFIG_DVB) that does not seem to > be rea