mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] usb/atm: fix Kconfig garbage
@ 2007-07-23  6:56 Borislav Petkov
  2007-07-23 11:53 ` Adrian Bunk
  2007-07-24  8:28 ` Duncan Sands
  0 siblings, 2 replies; 5+ messages in thread
From: Borislav Petkov @ 2007-07-23  6:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: greg, linux-usb-devel

Hi there,

I don't know whether this is the proper Kconfig-way to fix this but it works ok here.

----
When entered, the menu point "USB DSL modem support" in menuconfig, path [Device Drivers->USB
Support] shows no entries but "^@" instead. The following fixes it.

Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>

--
--- linux-2.6.23-rc1/drivers/usb/atm/Kconfig.orig	2007-07-23 08:27:29.000000000 +0200
+++ linux-2.6.23-rc1/drivers/usb/atm/Kconfig	2007-07-23 08:50:55.000000000 +0200
@@ -7,7 +7,8 @@ menu "USB DSL modem support"
 
 config USB_ATM
 	tristate "USB DSL modem support"
-	depends on USB && ATM
+	depends on USB
+	select ATM
 	select CRC32
 	default n
 	help
-- 
Regards/Gruß,
    Boris.

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

end of thread, other threads:[~2007-07-24  8:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-23  6:56 [PATCH] usb/atm: fix Kconfig garbage Borislav Petkov
2007-07-23 11:53 ` Adrian Bunk
2007-07-23 16:01   ` Borislav Petkov
2007-07-24  8:28 ` Duncan Sands
2007-07-24  8:42   ` Borislav Petkov

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

all inboxes | Powered by JetHome®