There's only a few of these so we keep them under a config option which expands upon selection. Cc: Daniel Drake <dsd@xxxxxxxxxx> Cc: Stephen Chen <stephen.chen@xxxxxxxxxxx> Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> --- drivers/net/wireless/Kconfig | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 9f1b5b6..a04ca56 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -347,6 +347,15 @@ config PRISM54 endif # CONEXANT_ST_80211 +config ZYDAS_80211 + bool "ZyDAS" + depends on WLAN_80211 + ---help--- + This will enable the support for ZyDAS wireless drivers. This includes + the 802.11g zd1211rw usb driver and the older 802.11b zd1201 usb driver. + +if ZYDAS_80211 + source "drivers/net/wireless/zd1211rw/Kconfig" config USB_ZD1201 @@ -367,6 +376,8 @@ config USB_ZD1201 To compile this driver as a module, choose M here: the module will be called zd1201. +endif # ZYDAS_80211 + config USB_NET_RNDIS_WLAN tristate "Wireless RNDIS USB support" depends on USB && WLAN_80211 && EXPERIMENTAL -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html