diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-11-04 12:32:10 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-04 18:44:49 -0500 |
commit | f44eafa76be981b57667adcef5153b18e8a21904 (patch) | |
tree | 8ff0eff8e013c8b174673bf1568413b56fd28edf /drivers/net/wireless/rt2x00/Kconfig | |
parent | 71eafe3230073917456973d67bc49eaa874c5a42 (diff) |
rt2800pci: make Kconfig help entry more helpful
Document known issues with the driver to aid distribution makers,
users and developers in making informed decisions instead of wasting
their time needlessly.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 1803c1bb4e3..18e5b8e6c34 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -64,7 +64,7 @@ config RT2800PCI_SOC | |||
64 | default y | 64 | default y |
65 | 65 | ||
66 | config RT2800PCI | 66 | config RT2800PCI |
67 | tristate "Ralink rt2800 (PCI/PCMCIA) support" | 67 | tristate "Ralink rt2800 (PCI/PCMCIA) support (VERY EXPERIMENTAL)" |
68 | depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL | 68 | depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL |
69 | select RT2X00_LIB_PCI if RT2800PCI_PCI | 69 | select RT2X00_LIB_PCI if RT2800PCI_PCI |
70 | select RT2X00_LIB_SOC if RT2800PCI_SOC | 70 | select RT2X00_LIB_SOC if RT2800PCI_SOC |
@@ -77,6 +77,9 @@ config RT2800PCI | |||
77 | This adds support for rt2800 wireless chipset family. | 77 | This adds support for rt2800 wireless chipset family. |
78 | Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052 | 78 | Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052 |
79 | 79 | ||
80 | This driver is non-functional at the moment and is intended for | ||
81 | developers. | ||
82 | |||
80 | When compiled as a module, this driver will be called "rt2800pci.ko". | 83 | When compiled as a module, this driver will be called "rt2800pci.ko". |
81 | 84 | ||
82 | config RT2500USB | 85 | config RT2500USB |