There's only a few of these so we keep them under a config option which expands upon selection. Cc: Christian Lamparter <chunkeey@xxxxxx> Cc: Kalle Valo <kalle.valo@xxxxxxxxx> Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> --- drivers/net/wireless/Kconfig | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index cfd192e..a123f6e 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -284,6 +284,18 @@ config PCMCIA_WL3501 It has basic support for Linux wireless extensions and initial micro support for ethtool. +config CONEXANT_ST_80211 + bool "Intersil / Conexant / STEricsson" + depends on WLAN_80211 + ---help--- + This will enable the support for Intersil / Conexant and STEricsson + wireless drivers. All these companies have sell wireless cards which + have shared common parts one way or another. The drivers for these cards + include the mac80211 based p54 drivers for PCI, USB and SPI (Nokia N810 + and N800), and and the old PCI FullMAC driver prism54. + +if CONEXANT_ST_80211 + source "drivers/net/wireless/p54/Kconfig" config PRISM54 @@ -333,6 +345,8 @@ config PRISM54 say M here and read <file:Documentation/kbuild/modules.txt>. The module will be called prism54. +endif # CONEXANT_ST_80211 + config USB_ZD1201 tristate "USB ZD1201 based Wireless device support" depends on USB && WLAN_80211 -- 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