Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platf...
[pandora-kernel.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_SPI
22         tristate "TI wl1271 SPI support"
23         depends on WL1271 && SPI_MASTER
24         ---help---
25           This module adds support for the SPI interface of adapters using
26           TI wl1271 chipset.  Select this if your platform is using
27           the SPI bus.
28
29           If you choose to build a module, it'll be called wl1251_spi.
30           Say N if unsure.
31
32 config WL1271_SDIO
33         tristate "TI wl1271 SDIO support"
34         depends on WL1271 && MMC
35         ---help---
36           This module adds support for the SDIO interface of adapters using
37           TI wl1271 chipset.  Select this if your platform is using
38           the SDIO bus.
39
40           If you choose to build a module, it'll be called
41           wl1271_sdio. Say N if unsure.
42
43 config WL12XX_PLATFORM_DATA
44         bool
45         depends on WL1271_SDIO != n
46         default y