* Alan Stern | 2012-08-23 10:15:16 [-0400]:

>> --- a/drivers/usb/gadget/Kconfig
>> +++ b/drivers/usb/gadget/Kconfig
>> @@ -507,6 +507,16 @@ config USB_GADGET_SUPERSPEED
>>  #
>>  # USB Gadget Drivers
>>  #
>> +
>> +# composite based drivers
>> +config USB_LIBCOMPOSITE
>> +    tristate "Lib composite based gadgets"
>> +    depends on USB_GADGET
>
>Shouldn't this have "default USB_GADGET"?  There will be very few cases
>where anyone wants to configure a system with gadget support but
>without libcomposite.

I changed this to a hidden symbol which selected by each gadget except
inode.c

>> +    help
>> +      Most gadgets are using the composite framework. There are only three
>
>s/framework/library/
>
>> +      gadgets left which do not use the composite framework and two of them
>
>Ditto.

This is gone now.

>> +      have been replaced by alternatives.
>
>Alan Stern

Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to