aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/Kconfig
blob: 82a0f97975de6e3f7ab196f7b87b68e9634d4f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menuconfig WL12XX
	boolean "TI wl12xx driver support"
	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
	---help---
	  This will enable TI wl12xx driver support. The drivers make
	  use of the mac80211 stack.

config WL1251
	tristate "TI wl1251 support"
	depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
	select FW_LOADER
	select CRC7
	---help---
	  This module adds support for wireless adapters based on
	  TI wl1251 chipset.

	  If you choose to build a module, it'll be called wl1251. Say N if
	  unsure.