diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-02-22 15:10:22 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-22 15:10:22 -0500 |
commit | 5db5e44cdcdc5ee9cc821bd4d63445af0bb34bce (patch) | |
tree | b5e5787a6d5c15e589d275c7434ebbf341257234 /drivers/net/wireless/rt2x00/Kconfig | |
parent | db62983a1e4b2af9e79c97af768f0c8b80bd93f0 (diff) | |
parent | 320d6c1b56de5f461c6062625b9664095f90ee95 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 6f383cd684b0..f630552427b7 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -97,6 +97,18 @@ config RT2800PCI_RT35XX | |||
97 | Support for these devices is non-functional at the moment and is | 97 | Support for these devices is non-functional at the moment and is |
98 | intended for testers and developers. | 98 | intended for testers and developers. |
99 | 99 | ||
100 | config RT2800PCI_RT53XX | ||
101 | bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)" | ||
102 | depends on EXPERIMENTAL | ||
103 | default n | ||
104 | ---help--- | ||
105 | This adds support for rt53xx wireless chipset family to the | ||
106 | rt2800pci driver. | ||
107 | Supported chips: RT5390 | ||
108 | |||
109 | Support for these devices is non-functional at the moment and is | ||
110 | intended for testers and developers. | ||
111 | |||
100 | endif | 112 | endif |
101 | 113 | ||
102 | config RT2500USB | 114 | config RT2500USB |