.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config WL1251 |
---|
2 | 3 | tristate "TI wl1251 driver support" |
---|
3 | 4 | depends on MAC80211 |
---|
4 | 5 | select FW_LOADER |
---|
5 | 6 | select CRC7 |
---|
6 | | - ---help--- |
---|
| 7 | + help |
---|
7 | 8 | This will enable TI wl1251 driver support. The drivers make |
---|
8 | 9 | use of the mac80211 stack. |
---|
9 | 10 | |
---|
.. | .. |
---|
13 | 14 | config WL1251_SPI |
---|
14 | 15 | tristate "TI wl1251 SPI support" |
---|
15 | 16 | depends on WL1251 && SPI_MASTER |
---|
16 | | - ---help--- |
---|
| 17 | + help |
---|
17 | 18 | This module adds support for the SPI interface of adapters using |
---|
18 | 19 | TI wl1251 chipset. Select this if your platform is using |
---|
19 | 20 | the SPI bus. |
---|
.. | .. |
---|
24 | 25 | config WL1251_SDIO |
---|
25 | 26 | tristate "TI wl1251 SDIO support" |
---|
26 | 27 | depends on WL1251 && MMC |
---|
27 | | - ---help--- |
---|
| 28 | + help |
---|
28 | 29 | This module adds support for the SDIO interface of adapters using |
---|
29 | 30 | TI wl1251 chipset. Select this if your platform is using |
---|
30 | 31 | the SDIO bus. |
---|