Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> writes: > On 10/24/2013 05:30 PM, Dirk Gouders wrote: >> Hi Sebastian, > > Hi Dirk, > >> I was looking at what you described and initially had a hard time to >> reproduce the problem, probably because I tried it after `make >> mrproper'. I am only able to reproduce the problem with an existing >> .config of my running kernel, for example. >> >> Just to make sure that I am correctly trying to reproduce the problem: >> did you already try to do what you described after a `make mrproper' and >> do you then also notice the described problems? If not, could you >> please try that? > > What is the purpose behind mrproper? > The key to reproduce it is to have a .config with atleast two items > within a choice statement which also have a "depends on" statement and > those set to =m. If you don't have this after mrproper (with your fresh > .config) then you don't see it. Hi Sebastian, what I meant was that you start all steps that you previously described with one initial mrproper, i.e.: 1) make mrproper 2) make menuconfig and select the gadgets with 'm', then save and exit 3) make menuconfig and select 'y' for "USB Gadget Drivers", then save and exit. 4) Check for problems either with menuconfig or directly in .config With that initial mrproper I was not able to reproduce the problem and therefore I suspect some content of an existing .config causing the problems. Dirk PS: Probably `make mrproper' can be replaced by `rm .config' but I tested it only once and cannot say for sure.) >> >> Thanks, >> >> Dirk > > Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html