diff options
author | Ryder Lee <ryder.lee@mediatek.com> | 2019-07-24 11:58:15 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-09-05 18:42:30 +0300 |
commit | 06413abe55af0c176012e20da5c1e4f904dca8f3 (patch) | |
tree | ff675cae6e48c12f529db457d47dbae3fe7b7cdb /drivers/net/wireless/mediatek/mt76/mt7603/Kconfig | |
parent | 4f8a4f17fb1c8c1deba0b3cbd11205e9c9080697 (diff) | |
download | linux-06413abe55af0c176012e20da5c1e4f904dca8f3.tar.xz |
mt76: Add paragraphs to describe the config symbols fully
Update the help text to fix a checkpatch warning:
WARNING: please write a paragraph that describes the config symbol fully
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'drivers/net/wireless/mediatek/mt76/mt7603/Kconfig')
-rw-r--r-- | drivers/net/wireless/mediatek/mt76/mt7603/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig b/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig index e108bf881ca8..6a0080f1d91c 100644 --- a/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig +++ b/drivers/net/wireless/mediatek/mt76/mt7603/Kconfig @@ -5,6 +5,8 @@ config MT7603E depends on MAC80211 depends on PCI help - This adds support for MT7603E wireless PCIe devices and the WLAN core on - MT7628/MT7688 SoC devices + This adds support for MT7603E wireless PCIe devices and the WLAN core + on MT7628/MT7688 SoC devices. This family supports IEEE 802.11n 2x2 + to 300Mbps PHY rate + To compile this driver as a module, choose M here. |