mirror of https://gitee.com/openkylin/linux.git
Staging: rt2870: Allow building on ARM
Signed-off-by: Howard Chu <hyc@symas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bd2de3585e
commit
fb2a8c88bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue