Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:45300 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756514AbZHNAnE (ORCPT ); Thu, 13 Aug 2009 20:43:04 -0400 From: "Luis R. Rodriguez" To: linville@tuxdriver.com Cc: linux-wireless@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH v2 14/25] wireless: group Cisco together on kconfig Date: Thu, 13 Aug 2009 20:42:53 -0400 Message-Id: <1250210584-13374-15-git-send-email-lrodriguez@atheros.com> In-Reply-To: <1250210584-13374-1-git-send-email-lrodriguez@atheros.com> References: <1250210584-13374-1-git-send-email-lrodriguez@atheros.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: There's only a few of these so we keep them under a config option which expands upon selection. Signed-off-by: Luis R. Rodriguez --- drivers/net/wireless/Kconfig | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index d54a622..6594a3a 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -195,6 +195,16 @@ config MWL8K endif # MARVELL_80211 +config CISCO_80211 + bool "Cisco" + depends on WLAN_80211 + ---help--- + This will enable the support for Cisco wireless drivers. This + includes the Cisco Aironet ISA and PCI drivers and the Cisco + Aironet PCMCIA drivers. + +if CISCO_80211 + config AIRO tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN) @@ -233,6 +243,8 @@ config AIRO_CS and Cisco proprietary API, so both the Linux Wireless Tools and the Cisco Linux utilities can be used to configure the card. +endif # CISCO_80211 + config ATMEL_80211 bool "Atmel" depends on WLAN_80211 -- 1.6.2.5