Kalle Valo | c5ce901 | 2009-06-12 14:17:06 +0300 | [diff] [blame^] | 1 | menuconfig WL12XX |
| 2 | boolean "TI wl12xx driver support" |
| 3 | depends on MAC80211 && WLAN_80211 && EXPERIMENTAL |
| 4 | ---help--- |
| 5 | This will enable TI wl12xx driver support. The drivers make |
| 6 | use of the mac80211 stack. |
| 7 | |
| 8 | config WL1251 |
| 9 | tristate "TI wl1251 support" |
| 10 | depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS |
Kalle Valo | 2f01a1f | 2009-04-29 23:33:31 +0300 | [diff] [blame] | 11 | select FW_LOADER |
| 12 | select CRC7 |
| 13 | ---help--- |
| 14 | This module adds support for wireless adapters based on |
Kalle Valo | c5ce901 | 2009-06-12 14:17:06 +0300 | [diff] [blame^] | 15 | TI wl1251 chipset. |
Kalle Valo | 2f01a1f | 2009-04-29 23:33:31 +0300 | [diff] [blame] | 16 | |
Kalle Valo | c5ce901 | 2009-06-12 14:17:06 +0300 | [diff] [blame^] | 17 | If you choose to build a module, it'll be called wl1251. Say N if |
Kalle Valo | 2f01a1f | 2009-04-29 23:33:31 +0300 | [diff] [blame] | 18 | unsure. |