mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Borislav Petkov <bbpetkov@yahoo.de>
Cc: linux-kernel@vger.kernel.org, greg@kroah.com,
	linux-usb-devel@lists.sourceforge.net
Subject: Re: [PATCH] usb/atm: fix Kconfig garbage
Date: Mon, 23 Jul 2007 13:53:30 +0200	[thread overview]
Message-ID: <20070723115329.GH26212@stusta.de> (raw)
In-Reply-To: <20070723065604.GA8525@gollum.tnic>

On Mon, Jul 23, 2007 at 08:56:04AM +0200, Borislav Petkov wrote:
> 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

This would break the compilation with CONFIG_NET=n.

> Regards/Gruß,
>     Boris.

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


  reply	other threads:[~2007-07-23 11:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-23  6:56 Borislav Petkov
2007-07-23 11:53 ` Adrian Bunk [this message]
2007-07-23 16:01   ` Borislav Petkov
2007-07-24  8:28 ` Duncan Sands
2007-07-24  8:42   ` Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070723115329.GH26212@stusta.de \
    --to=bunk@stusta.de \
    --cc=bbpetkov@yahoo.de \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®