Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rt2x00: Fix build error when mac80211=M rt2x00=Y

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>

authored by

Ivo van Doorn and committed by
John W. Linville
5dc5340c 85519a65

+1 -1
+1 -1
drivers/net/wireless/rt2x00/Kconfig
··· 1 1 menuconfig RT2X00 2 - bool "Ralink driver support" 2 + tristate "Ralink driver support" 3 3 depends on MAC80211 && WLAN_80211 && EXPERIMENTAL 4 4 ---help--- 5 5 This will enable the experimental support for the Ralink drivers,