Re: [linux-usb-devel] Kconfig troubles when using menuconfig - Was: [patch]Re: linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-23 Thread Roman Zippel
Hi, On Sat, 23 Jun 2007, Satyam Sharma wrote: > given "menuconfig FOO depends on BAR", then all the "config BAZ"s > inside this menuconfig also automatically "depend on" BAR too. > This is simpler in the long run because it requires least amount > (actually none) of redundant typing I don't like

Re: [linux-usb-devel] Kconfig troubles when using menuconfig - Was: [patch]Re: linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Roman Zippel
Hi, On Fri, 22 Jun 2007, Jan Engelhardt wrote: > V4L_USB_DRIVERS=y turns USB into =y? That can't be. It should give the "this > depends on another symbol [USB] that is modular". That's not how it works, the enclosed symbols depend now on V4L_USB_DRIVERS, which is a boolean and it can only have

Re: [linux-usb-devel] Kconfig troubles when using menuconfig - Was: [patch]Re: linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Roman Zippel
hout selecting a V4L > driver. But if only want to enable a video driver, I likely don't want a radio driver... bye, Roman Reset generates values only if Kconfig and .config agree. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- scripts/kconfig/confdata.c | 37 +

Re: [linux-usb-devel] Kconfig troubles when using menuconfig - Was: [patch]Re: linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Roman Zippel
Hi, On Fri, 22 Jun 2007, Mauro Carvalho Chehab wrote: > Hi Roman, > > Several instabilities on Kconfig started to happen after replacing > Kconfig menus to use menuconfig, as this one, reported by Oliver: > > Em Qui, 2007-06-21 às 13:50 +0200, Oliver Neukum escreveu: > > Am Donnerstag, 21. Juni

[linux-usb-devel] [PATCH 8/8] Kconfig: cleanup USB menu

2005-01-29 Thread Roman Zippel
This properly indents the USB menu. Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> --- Kconfig | 18 ++ host/Kconfig| 18 -- storage/Kconfig |1 + 3 files changed, 19 insertions(+), 18 deletions(-) Index: linux-2.6.11/drivers/us

[linux-usb-devel] Re: Summarizing the PWC driver questions/answers

2004-08-27 Thread Roman Zippel
Hi, On Fri, 27 Aug 2004, Greg KH wrote: > Q: But you took away my freedom! Isn't Linux about freedom? We cannot take something away, you never had to begin with. The GPL gives you the freedom to modify the source of your driver. If you decide to relinquish this freedom by using a binary drive

[linux-usb-devel] Re: [2.6 patch] improce USB Gadget Kconfig

2004-01-16 Thread Roman Zippel
Hi, On Thu, 15 Jan 2004, David Brownell wrote: > choice values can also be tristate symbols, so you wouldn't need the > separate defines, unless you really always want to compile only a single > controller (even as module). That's it precisely. USB devices have only one (upstream) link; they're

[linux-usb-devel] Re: [2.6 patch] improce USB Gadget Kconfig

2004-01-15 Thread Roman Zippel
Hi, On Mon, 29 Dec 2003, David Brownell wrote: How about using this approach instead? It simplifies the kconfig for the gadget drivers by providing a boolean "which hardware" symbol, so gadget drivers don't need to make their own. The symbol that's synthetic is the one needed only by the Makef

[linux-usb-devel] Re: [PATCH] reorganize USB submenu's

2003-07-31 Thread Roman Zippel
On Thu, 31 Jul 2003, Stephen Hemminger wrote: > diff -Nru a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig > --- a/drivers/usb/gadget/Kconfig Thu Jul 31 10:07:11 2003 > +++ b/drivers/usb/gadget/Kconfig Thu Jul 31 10:07:11 2003 > @@ -6,9 +6,12 @@ > # for 2.5 kbuild, drivers/us