diff options
author | RA-Shiang Tu <Shiang_Tu@ralinktech.com> | 2011-02-20 15:57:46 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-21 23:40:00 +0300 |
commit | 60687ba710359f32343b7630dc05d3811ef5bf4c (patch) | |
tree | 6e687c1b067b88763cce796fefb855566cf3c912 /drivers/net/wireless/rt2x00/Kconfig | |
parent | fe59147c4f42a491a77b788571c37f0a0be6f41d (diff) | |
download | linux-60687ba710359f32343b7630dc05d3811ef5bf4c.tar.xz |
rt2x00: Add support for RT5390 chip
Add new RT5390 chip support
Signed-off-by: Shiang Tu <shiang_tu@ralinktech.com>
Signed-off-by: Ivo van Doorn <IvDoorn@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 | 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 Support for these devices is non-functional at the moment and is intended for testers and developers. +config RT2800PCI_RT53XX + bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)" + depends on EXPERIMENTAL + default n + ---help--- + This adds support for rt53xx wireless chipset family to the + rt2800pci driver. + Supported chips: RT5390 + + Support for these devices is non-functional at the moment and is + intended for testers and developers. + endif config RT2500USB |