diff options
author | Stanislaw Gruszka <stf_xl@wp.pl> | 2013-03-16 18:19:51 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-18 20:38:35 (GMT) |
commit | 939ec51dc7d055bb2cb8977a4c026d9dc85438dd (patch) | |
tree | ea1a2744a151c5330975d21b001dd280ad1661b3 | |
parent | 613c75fc4ee854e84f737ea8906a94104879c4c4 (diff) | |
download | linux-fsl-qoriq-939ec51dc7d055bb2cb8977a4c026d9dc85438dd.tar.xz |
rt2800: 5592: add Kconfig
Enable support to 5592 chip.
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 2bf4efa..ffe61d5 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig @@ -169,6 +169,13 @@ config RT2800USB_RT53XX rt2800usb driver. Supported chips: RT5370 +config RT2800USB_RT55XX + bool "rt2800usb - Include support for rt55xx devices (EXPERIMENTAL)" + ---help--- + This adds support for rt55xx wireless chipset family to the + rt2800usb driver. + Supported chips: RT5572 + config RT2800USB_UNKNOWN bool "rt2800usb - Include support for unknown (USB) devices" default n |