public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.5 patch] let USB_GADGET depend on USB
@ 2003-05-31 22:18 Adrian Bunk
  2003-05-31 23:39 ` David Brownell
  0 siblings, 1 reply; 6+ messages in thread
From: Adrian Bunk @ 2003-05-31 22:18 UTC (permalink / raw)
  To: greg, David Brownell; +Cc: linux-kernel, linux-usb-devel

USB_GADGET is still selectable even with USB disabled. It seems the 
following is intended:


--- linux-2.5.70-mm3/drivers/usb/gadget/Kconfig.old	2003-06-01 00:15:30.000000000 +0200
+++ linux-2.5.70-mm3/drivers/usb/gadget/Kconfig	2003-06-01 00:15:49.000000000 +0200
@@ -8,7 +8,7 @@
 #
 menuconfig USB_GADGET
 	tristate "Support for USB Gadgets"
-	depends on EXPERIMENTAL
+	depends on USB && EXPERIMENTAL
 	help
 	   USB is a master/slave protocol, organized with one master
 	   host (such as a PC) controlling up to 127 peripheral devices.



cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-06-01 18:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-31 22:18 [2.5 patch] let USB_GADGET depend on USB Adrian Bunk
2003-05-31 23:39 ` David Brownell
2003-06-01 11:13   ` Adrian Bunk
2003-06-01 14:18     ` David Brownell
2003-06-01 18:10       ` Greg KH
2003-06-01 18:40       ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox