]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/net/wireless/wl12xx/Kconfig
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[net-next-2.6.git] / drivers / net / wireless / wl12xx / Kconfig
1 menuconfig WL12XX
2         tristate "TI wl12xx driver support"
3         depends on MAC80211 && EXPERIMENTAL
4         ---help---
5           This will enable TI wl12xx driver support. The drivers make
6           use of the mac80211 stack.
7
8 config WL1271
9         tristate "TI wl1271 support"
10         depends on WL12XX && GENERIC_HARDIRQS
11         depends on INET
12         select FW_LOADER
13         select CRC7
14         ---help---
15           This module adds support for wireless adapters based on the
16           TI wl1271 chipset.
17
18           If you choose to build a module, it'll be called wl1271. Say N if
19           unsure.
20
21 config WL1271_HT
22         bool "TI wl1271 802.11 HT support (EXPERIMENTAL)"
23         depends on WL1271 && EXPERIMENTAL
24         default n
25         ---help---
26           This will enable 802.11 HT support for TI wl1271 chipset.
27
28           That configuration is temporary due to the code incomplete and
29           still in testing process.
30
31 config WL1271_SPI
32         tristate "TI wl1271 SPI support"
33         depends on WL1271 && SPI_MASTER
34         ---help---
35           This module adds support for the SPI interface of adapters using
36           TI wl1271 chipset.  Select this if your platform is using
37           the SPI bus.
38
39           If you choose to build a module, it'll be called wl1251_spi.
40           Say N if unsure.
41
42 config WL1271_SDIO
43         tristate "TI wl1271 SDIO support"
44         depends on WL1271 && MMC
45         ---help---
46           This module adds support for the SDIO interface of adapters using
47           TI wl1271 chipset.  Select this if your platform is using
48           the SDIO bus.
49
50           If you choose to build a module, it'll be called
51           wl1271_sdio. Say N if unsure.
52
53 config WL12XX_PLATFORM_DATA
54         bool
55         depends on WL1271_SDIO != n || WL1251_SDIO != n
56         default y