Re: move zd1201 where it belongs

From: Arjan van de Ven
Date: Mon Jun 05 2006 - 07:14:20 EST


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 ?

-
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/