1menuconfig WL12XX_MENU
2	tristate "TI wl12xx driver support"
3	depends on MAC80211 && EXPERIMENTAL
4	---help---
5	  This will enable TI wl12xx driver support for the following chips:
6	  wl1271, wl1273, wl1281 and wl1283.
7	  The drivers make use of the mac80211 stack.
8
9config WL12XX
10	tristate "TI wl12xx support"
11	depends on WL12XX_MENU && GENERIC_HARDIRQS
12	depends on INET
13	select FW_LOADER
14	---help---
15	  This module adds support for wireless adapters based on TI wl1271 and
16	  TI wl1273 chipsets. This module does *not* include support for wl1251.
17	  For wl1251 support, use the separate homonymous driver instead.
18
19	  If you choose to build a module, it will be called wl12xx. Say N if
20	  unsure.
21
22config WL12XX_SPI
23	tristate "TI wl12xx SPI support"
24	depends on WL12XX && SPI_MASTER
25	select CRC7
26	---help---
27	  This module adds support for the SPI interface of adapters using
28	  TI wl12xx chipsets.  Select this if your platform is using
29	  the SPI bus.
30
31	  If you choose to build a module, it'll be called wl12xx_spi.
32	  Say N if unsure.
33
34config WL12XX_SDIO
35	tristate "TI wl12xx SDIO support"
36	depends on WL12XX && MMC
37	---help---
38	  This module adds support for the SDIO interface of adapters using
39	  TI wl12xx chipsets.  Select this if your platform is using
40	  the SDIO bus.
41
42	  If you choose to build a module, it'll be called wl12xx_sdio.
43	  Say N if unsure.
44
45config WL12XX_PLATFORM_DATA
46	bool
47	depends on WL12XX_SDIO != n || WL1251_SDIO != n
48	default y
49