Skip to content

Commit

Permalink
rt2x00: Fix build error when mac80211=M rt2x00=Y
Browse files Browse the repository at this point in the history
Make menuconfig RT2X00 a tristate instead of boolean,
otherwise we do not correctly inherit the mac80211 value
on which RT2X00 depends, and makes it possible to
compile rt2x00 into the kernel while mac80211 is a
module.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Oct 29, 2008
1 parent 85519a6 commit 5dc5340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rt2x00/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menuconfig RT2X00
bool "Ralink driver support"
tristate "Ralink driver support"
depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
---help---
This will enable the experimental support for the Ralink drivers,
Expand Down

0 comments on commit 5dc5340

Please sign in to comment.