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

From: Stephen Hemminger (shemminger_at_osdl.org)
Date: 07/31/03

  • Next message: William Lee Irwin III: "Re: 2.6.0-test2-mm1 results"
    Date:	Thu, 31 Jul 2003 14:18:11 -0700
    To: David Brownell <david-b@pacbell.net>
    
    

    On Thu, 31 Jul 2003 14:07:35 -0700
    David Brownell <david-b@pacbell.net> wrote:

    > Stephen Hemminger wrote:
    > > --- linux-2.5/drivers/usb/gadget/Kconfig 2003-06-05 10:04:40.000000000 -0700
    > > +++ usb/drivers/usb/gadget/Kconfig 2003-07-31 12:45:04.000000000 -0700
    > > @@ -35,9 +35,6 @@
    > > #
    > > # USB Peripheral Controller Support
    > > #
    > > -choice
    > > - prompt "USB Peripheral Controller Support"
    > > - depends on USB_GADGET
    > >
    > > config USB_NET2280
    > > tristate "NetChip 2280 USB Peripheral Controller"
    > > @@ -54,21 +51,23 @@
    > > dynamically linked module called "net2280" and force all
    > > gadget drivers to also be dynamically linked.
    > >
    > > -endchoice
    >
    > Why do you want to remove that choice menu? By doing that,
    > you've enabled illegal configurations.

    Because the choice appears to be only useful for radio box type
    selections. Try the following with the linux-2.5 version of xconfig.

            USB_GADGET=y
            USB Peripheral Controller support = y (not module)
            USB Gadgets = y (not module)

    The Netchip becomes a radio button.

    And Gadget Zero and Gadget Ethernet become select one radio buttons.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: William Lee Irwin III: "Re: 2.6.0-test2-mm1 results"