* problem with "Gadget filesystem" config prompt (bk10)
@ 2003-09-08 15:40 Robert P. J. Day
2003-09-08 22:11 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2003-09-08 15:40 UTC (permalink / raw)
To: Linux kernel mailing list
just doing a "make oldconfig", from bk9 -> bk10, being prompted for the
USB_GADGETFS (Gadget filesystem), which asks
... [N/m/?] (NEW)
without thinking, i typed "y" (not noticing that that was not a valid
answer), and what i got back was:
Say "y" to link the driver statically, or "m" to build a
dynamically linked module called "gadgetfs".
which suggests that "y" *is* a valid response (when clearly it isn't).
someone might want to clarify this.
rday
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem with "Gadget filesystem" config prompt (bk10)
2003-09-08 15:40 problem with "Gadget filesystem" config prompt (bk10) Robert P. J. Day
@ 2003-09-08 22:11 ` Greg KH
2003-09-08 22:37 ` jdow
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2003-09-08 22:11 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux kernel mailing list
On Mon, Sep 08, 2003 at 11:40:46AM -0400, Robert P. J. Day wrote:
>
> just doing a "make oldconfig", from bk9 -> bk10, being prompted for the
> USB_GADGETFS (Gadget filesystem), which asks
>
> ... [N/m/?] (NEW)
>
> without thinking, i typed "y" (not noticing that that was not a valid
> answer), and what i got back was:
>
> Say "y" to link the driver statically, or "m" to build a
> dynamically linked module called "gadgetfs".
>
> which suggests that "y" *is* a valid response (when clearly it isn't).
> someone might want to clarify this.
You got the help information for this option. And "y" is a valid option
if one of the parent options is selected as "y". Not much you can do
here...
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem with "Gadget filesystem" config prompt (bk10)
2003-09-08 22:11 ` Greg KH
@ 2003-09-08 22:37 ` jdow
2003-09-08 23:02 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: jdow @ 2003-09-08 22:37 UTC (permalink / raw)
To: Greg KH, Robert P. J. Day; +Cc: Linux kernel mailing list
From: "Greg KH" <greg@kroah.com> Monday, 2003 September, 08 15:11
> On Mon, Sep 08, 2003 at 11:40:46AM -0400, Robert P. J. Day wrote:
> >
> > just doing a "make oldconfig", from bk9 -> bk10, being prompted for
the
> > USB_GADGETFS (Gadget filesystem), which asks
> >
> > ... [N/m/?] (NEW)
> >
> > without thinking, i typed "y" (not noticing that that was not a valid
> > answer), and what i got back was:
> >
> > Say "y" to link the driver statically, or "m" to build a
> > dynamically linked module called "gadgetfs".
> >
> > which suggests that "y" *is* a valid response (when clearly it isn't).
> > someone might want to clarify this.
>
> You got the help information for this option. And "y" is a valid option
> if one of the parent options is selected as "y". Not much you can do
> here...
Perhaps the incorrect prompt could be fixed?
{^_-}
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem with "Gadget filesystem" config prompt (bk10)
2003-09-08 22:37 ` jdow
@ 2003-09-08 23:02 ` Greg KH
2003-09-09 0:20 ` Kevin P. Fleming
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2003-09-08 23:02 UTC (permalink / raw)
To: jdow; +Cc: Robert P. J. Day, Linux kernel mailing list
On Mon, Sep 08, 2003 at 03:37:40PM -0700, jdow wrote:
> From: "Greg KH" <greg@kroah.com> Monday, 2003 September, 08 15:11
>
> > On Mon, Sep 08, 2003 at 11:40:46AM -0400, Robert P. J. Day wrote:
> > >
> > > just doing a "make oldconfig", from bk9 -> bk10, being prompted for
> the
> > > USB_GADGETFS (Gadget filesystem), which asks
> > >
> > > ... [N/m/?] (NEW)
> > >
> > > without thinking, i typed "y" (not noticing that that was not a valid
> > > answer), and what i got back was:
> > >
> > > Say "y" to link the driver statically, or "m" to build a
> > > dynamically linked module called "gadgetfs".
> > >
> > > which suggests that "y" *is* a valid response (when clearly it isn't).
> > > someone might want to clarify this.
> >
> > You got the help information for this option. And "y" is a valid option
> > if one of the parent options is selected as "y". Not much you can do
> > here...
>
> Perhaps the incorrect prompt could be fixed?
Patches are always welcome.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: problem with "Gadget filesystem" config prompt (bk10)
2003-09-08 23:02 ` Greg KH
@ 2003-09-09 0:20 ` Kevin P. Fleming
0 siblings, 0 replies; 5+ messages in thread
From: Kevin P. Fleming @ 2003-09-09 0:20 UTC (permalink / raw)
To: Greg KH; +Cc: jdow, Robert P. J. Day, Linux kernel mailing list
Greg KH wrote:
> On Mon, Sep 08, 2003 at 03:37:40PM -0700, jdow wrote:
>
>>
>>Perhaps the incorrect prompt could be fixed?
>
>
> Patches are always welcome.
>
I don't believe there's a patch necessary here. The options shown at
the prompt are computed by the conf program based on the current
configuration. If he had a parent option set to 'm' that keeps this
item from being set to 'y', then 'y' won't be shown as an available
option. Changing the parent option will result in the child option
having the 'y' choice available again.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-09-09 0:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-08 15:40 problem with "Gadget filesystem" config prompt (bk10) Robert P. J. Day
2003-09-08 22:11 ` Greg KH
2003-09-08 22:37 ` jdow
2003-09-08 23:02 ` Greg KH
2003-09-09 0:20 ` Kevin P. Fleming
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.