diff options
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/Kconfig')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ti/wlcore/Kconfig b/drivers/net/wireless/ti/wlcore/Kconfig index a9db1288221c..8094323256fb 100644 --- a/drivers/net/wireless/ti/wlcore/Kconfig +++ b/drivers/net/wireless/ti/wlcore/Kconfig @@ -3,7 +3,7 @@ config WLCORE tristate "TI wlcore support" depends on MAC80211 select FW_LOADER - ---help--- + help This module contains the main code for TI WLAN chips. It abstracts hardware-specific differences among different chipset families. Each chipset family needs to implement its own lower-level module @@ -16,7 +16,7 @@ config WLCORE_SPI tristate "TI wlcore SPI support" depends on WLCORE && SPI_MASTER && OF select CRC7 - ---help--- + help This module adds support for the SPI interface of adapters using TI WLAN chipsets. Select this if your platform is using the SPI bus. @@ -27,7 +27,7 @@ config WLCORE_SPI config WLCORE_SDIO tristate "TI wlcore SDIO support" depends on WLCORE && MMC - ---help--- + help This module adds support for the SDIO interface of adapters using TI WLAN chipsets. Select this if your platform is using the SDIO bus. |