Hi all, I have one problem with menuconfig in linux 2.6.18. Description is as below.
make menuconfig (Go to) Device Drivers ---> USB support ---> USB Gadget Support ---> Select Support for USB Gadgets as 'Y' "USB Gadget Drivers" is selected as 'M' by default. But USB Gadget Drivers is a choice type menu which depends on "Support for USB Gadgets" && "USB_GADGET_SELECT" Since "Support for USB Gadgets" is selected as 'Y' and "USB_GADGET_SELECT" is also 'Y' "USB Gadget Drivers" should also be selected as 'Y' by default. But it is selected as 'M' by default and it also allows to choose multiple gadgets although it is a choice menu. So can anyone please let me know the solution for fixing this problem? Thanks Hardik - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/