Re: move zd1201 where it belongs

From: Pavel Machek
Date: Mon Jun 05 2006 - 07:33:14 EST


On Po 05-06-06 13:15:20, Arjan van de Ven wrote:
> On Mon, 2006-06-05 at 12:39 +0200, Pavel Machek wrote:
> > zd1201 is wifi adapter, yet it is hiding in drivers/usb/net where
> > noone can find it. This moves Kconfig/Makefile to right place; you
> > still need to manually move .c and .h files.
> >
> > Signed-off-by: Pavel Machek <pavel@xxxxxxx>
> >
> > diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> > index e0874cb..313cfad 100644
> > --- a/drivers/net/wireless/Kconfig
> > +++ b/drivers/net/wireless/Kconfig
> > @@ -503,6 +503,23 @@ config PRISM54
> > say M here and read <file:Documentation/modules.txt>. The module
> > will be called prism54.ko.
> >
> > +config USB_ZD1201
> > + tristate "USB ZD1201 based Wireless device support"
> > + depends on NET_RADIO
> > + select FW_LOADER
>
> do you think it should at least depend in some form or another on
> CONFIG_USB ?

Right, added USB && to depends directive.
Pavel

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/