789a77ab12693ee1f8d3381b8dae2e01d78be6ec
[openwrt/svn-archive/archive.git] / package / kernel / mac80211 / patches / 030-rt2x00_options.patch
1 --- a/drivers/net/wireless/rt2x00/Kconfig
2 +++ b/drivers/net/wireless/rt2x00/Kconfig
3 @@ -202,25 +202,28 @@ config RT2800USB_UNKNOWN
4 endif
5
6 config RT2800_LIB
7 - tristate
8 + tristate "RT2800 USB/PCI support"
9 depends on m
10
11 config RT2X00_LIB_MMIO
12 - tristate
13 + tristate "RT2x00 MMIO support"
14 depends on m
15
16 config RT2X00_LIB_PCI
17 - tristate
18 + tristate "RT2x00 PCI support"
19 + depends on PCI
20 depends on m
21 select RT2X00_LIB
22
23 config RT2X00_LIB_SOC
24 - tristate
25 + tristate "RT2x00 SoC support"
26 + depends on SOC_RT288X || SOC_RT305X
27 depends on m
28 select RT2X00_LIB
29
30 config RT2X00_LIB_USB
31 - tristate
32 + tristate "RT2x00 USB support"
33 + depends on USB
34 depends on m
35 select RT2X00_LIB
36