.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config WLCORE |
---|
2 | 3 | tristate "TI wlcore support" |
---|
3 | 4 | depends on MAC80211 |
---|
4 | 5 | select FW_LOADER |
---|
5 | | - ---help--- |
---|
| 6 | + help |
---|
6 | 7 | This module contains the main code for TI WLAN chips. It abstracts |
---|
7 | 8 | hardware-specific differences among different chipset families. |
---|
8 | 9 | Each chipset family needs to implement its own lower-level module |
---|
.. | .. |
---|
15 | 16 | tristate "TI wlcore SPI support" |
---|
16 | 17 | depends on WLCORE && SPI_MASTER && OF |
---|
17 | 18 | select CRC7 |
---|
18 | | - ---help--- |
---|
| 19 | + help |
---|
19 | 20 | This module adds support for the SPI interface of adapters using |
---|
20 | 21 | TI WLAN chipsets. Select this if your platform is using |
---|
21 | 22 | the SPI bus. |
---|
.. | .. |
---|
26 | 27 | config WLCORE_SDIO |
---|
27 | 28 | tristate "TI wlcore SDIO support" |
---|
28 | 29 | depends on WLCORE && MMC |
---|
29 | | - ---help--- |
---|
| 30 | + help |
---|
30 | 31 | This module adds support for the SDIO interface of adapters using |
---|
31 | 32 | TI WLAN chipsets. Select this if your platform is using |
---|
32 | 33 | the SDIO bus. |
---|