diff options
author | Shahar Levi <shahar_levi@ti.com> | 2011-03-06 14:32:20 (GMT) |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-04-19 13:49:03 (GMT) |
commit | 0830ceedbfde20c9110c59597fdffbf51886565a (patch) | |
tree | 0fbe0e87a3a8c021398170bdda01f03d56be6b86 /drivers/net/wireless/wl12xx/Kconfig | |
parent | 1aed55fd784d000fb6741cefb68712d64817bd68 (diff) | |
download | linux-0830ceedbfde20c9110c59597fdffbf51886565a.tar.xz |
wl12xx: 1281/1283 support - enable chip support
Add support to wl128x chip via chip id
Signed-off-by: Shahar Levi <shahar_levi@ti.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Kconfig')
-rw-r--r-- | drivers/net/wireless/wl12xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig index 692ebff..35ce7b0 100644 --- a/drivers/net/wireless/wl12xx/Kconfig +++ b/drivers/net/wireless/wl12xx/Kconfig @@ -3,7 +3,7 @@ menuconfig WL12XX_MENU depends on MAC80211 && EXPERIMENTAL ---help--- This will enable TI wl12xx driver support for the following chips: - wl1271 and wl1273. + wl1271, wl1273, wl1281 and wl1283. The drivers make use of the mac80211 stack. config WL12XX |