blob: b447559f1db52dbf2780afff4ca3454fbecf6dbd [file] [log] [blame]
Kalle Valoc5ce9012009-06-12 14:17:06 +03001menuconfig WL12XX
Randy Dunlap018ae372009-09-17 14:17:56 -07002 tristate "TI wl12xx driver support"
John W. Linville133d7c62009-10-28 16:29:30 -04003 depends on MAC80211 && EXPERIMENTAL
Kalle Valoc5ce9012009-06-12 14:17:06 +03004 ---help---
5 This will enable TI wl12xx driver support. The drivers make
6 use of the mac80211 stack.
7
Luciano Coelho30d742d2009-08-06 16:25:29 +03008config WL1271
9 tristate "TI wl1271 support"
Luciano Coelhof820bc12010-05-24 11:18:18 +030010 depends on WL12XX && GENERIC_HARDIRQS
John W. Linville3c6af5b2009-11-02 13:43:32 -050011 depends on INET
Luciano Coelho30d742d2009-08-06 16:25:29 +030012 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.
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020020
21config WL1271_SPI
Teemu Paasikivi7c3c76a2010-03-10 13:22:31 +020022 tristate "TI wl1271 SPI support"
Teemu Paasikivi50b3eb42010-02-22 08:38:26 +020023 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
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020032config WL1271_SDIO
33 tristate "TI wl1271 SDIO support"
Ohad Ben-Cohen19b87172010-05-13 12:43:24 +030034 depends on WL1271 && MMC
Teemu Paasikivi5129dff2010-02-22 08:38:27 +020035 ---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
Ohad Ben-Cohen61ee7002010-09-16 01:31:12 +020043config WL12XX_PLATFORM_DATA
44 bool
45 depends on WL1271_SDIO != n
46 default y