public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* UWB Kconfig: cannot set UWB to N in gconfig
@ 2009-09-10 10:05 Richard Kennedy
  2009-09-10 16:08 ` Randy Dunlap
  2009-09-14 10:34 ` David Vrabel
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Kennedy @ 2009-09-10 10:05 UTC (permalink / raw)
  To: David Vrabel, Roman Zippel; +Cc: linux-usb, linux-kbuild, lkml

I sometimes use 'make gconfig' and I noticed that I cannot disable the
UWB option -- it just won't let me set it to N.

AFAICT this is because the CONFIG USB_WUSB selects UWB which forces it
on.
applying this patch fixes the issue but I'm not sure if this is the
right way to go about it.

any thoughts?

regards
Richard

This is against 2.6.31


diff --git a/drivers/usb/wusbcore/Kconfig b/drivers/usb/wusbcore/Kconfig
index eb09a0a..cc97041 100644
--- a/drivers/usb/wusbcore/Kconfig
+++ b/drivers/usb/wusbcore/Kconfig
@@ -5,7 +5,7 @@ config USB_WUSB
 	tristate "Enable Wireless USB extensions (EXPERIMENTAL)"
 	depends on EXPERIMENTAL
 	depends on USB
-        select UWB
+        depends on UWB
         select CRYPTO
         select CRYPTO_BLKCIPHER
         select CRYPTO_CBC



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

end of thread, other threads:[~2009-09-14 10:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-10 10:05 UWB Kconfig: cannot set UWB to N in gconfig Richard Kennedy
2009-09-10 16:08 ` Randy Dunlap
2009-09-11 14:00   ` Richard Kennedy
2009-09-14 10:34 ` David Vrabel

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