Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-30 Thread Al Boldi
Adrian Bunk wrote: > On Thu, Dec 27, 2007 at 02:18:58PM -0800, David Brownell wrote: > > Also, looking at this in xconfig shows some oddness. That "core" > > submenu holds stuff that would logically be part of the toplevel > > menu for host side USB. While that toplevel menu has the USS720 > > dr

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-28 Thread Adrian Bunk
On Thu, Dec 27, 2007 at 02:18:58PM -0800, David Brownell wrote: > On Sunday 23 December 2007, Al Boldi wrote: > > > > Reogranize USB Kconfig Menu, and move USB_GADGET out into the Device Driver > > Menu. This helps the USB Kconfig Menu to be more logical/usable. > > > > Cc: David Brownell <[EMAI

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-27 Thread David Brownell
On Sunday 23 December 2007, Al Boldi wrote: > > Reogranize USB Kconfig Menu, and move USB_GADGET out into the Device Driver > Menu. This helps the USB Kconfig Menu to be more logical/usable. > > Cc: David Brownell <[EMAIL PROTECTED]> > Cc: Greg KH <[EMAIL PROTECTED]> > Cc: Andrew Morton <[EMAIL

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Jan Engelhardt
On Dec 23 2007 16:15, Al Boldi wrote: >> >-menuconfig USB_SUPPORT >> >- bool "USB support" >> >+config USB_SUPPORT >> >+ bool >> >depends on HAS_IOMEM >> >default y >> >---help--- >> >> With this patch, is USB_SUPPORT still needed? It is not visible (anymore), >> always is y and no

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Jan Engelhardt
On Dec 23 2007 16:25, Jan Engelhardt wrote: >On Dec 23 2007 16:15, Al Boldi wrote: >>> >-menuconfig USB_SUPPORT >>> >- bool "USB support" >>> >+config USB_SUPPORT >>> >+ bool >>> > depends on HAS_IOMEM >>> > default y >>> > ---help--- >>> >>> With this patch, is USB_SUPPORT still needed? I

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Al Boldi
Jan Engelhardt wrote: > On Dec 23 2007 14:49, Al Boldi wrote: > >--- 23.a/drivers/usb/Kconfig > >+++ 23.b/drivers/usb/Kconfig > >@@ -2,8 +2,8 @@ > > # USB device configuration > > # > > > >-menuconfig USB_SUPPORT > >-bool "USB support" > >+config USB_SUPPORT > >+bool > > depends on HAS_

Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-23 Thread Jan Engelhardt
On Dec 23 2007 14:49, Al Boldi wrote: >--- 23.a/drivers/usb/Kconfig >+++ 23.b/drivers/usb/Kconfig >@@ -2,8 +2,8 @@ > # USB device configuration > # > >-menuconfig USB_SUPPORT >- bool "USB support" >+config USB_SUPPORT >+ bool > depends on HAS_IOMEM > default y > ---hel