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 <[EMAIL PROTECTED]>
> 
> --
> --- 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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to