Skip to content

Commit

Permalink
Staging: rt2870: Allow building on ARM
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Chu <hyc@symas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Howard Chu authored and Greg Kroah-Hartman committed May 11, 2010
1 parent bd2de35 commit fb2a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rt2870/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config RT2870
tristate "Ralink 2870/3070 wireless support"
depends on USB && X86 && WLAN
depends on USB && (X86 || ARM) && WLAN
select WIRELESS_EXT
select WEXT_PRIV
select CRC_CCITT
Expand Down

0 comments on commit fb2a8c8

Please sign in to comment.