add chaos_calmer branch
[15.05/openwrt.git] / package / kernel / mac80211 / patches / 910-00-rt2x00-enable-rt2800soc-for-mt7620.patch
1 --- a/drivers/net/wireless/rt2x00/Kconfig
2 +++ b/drivers/net/wireless/rt2x00/Kconfig
3 @@ -211,7 +211,7 @@ endif
4  config RT2800SOC
5         tristate "Ralink WiSoC support"
6         depends on m
7 -       depends on SOC_RT288X || SOC_RT305X || SOC_RT3883
8 +       depends on SOC_RT288X || SOC_RT305X || SOC_RT3883 || SOC_MT7620
9         select RT2X00_LIB_SOC
10         select RT2X00_LIB_MMIO
11         select RT2X00_LIB_CRYPTO
12 @@ -248,7 +248,7 @@ config RT2X00_LIB_PCI
13  
14  config RT2X00_LIB_SOC
15         tristate "RT2x00 SoC support"
16 -       depends on SOC_RT288X || SOC_RT305X || SOC_RT3883
17 +       depends on SOC_RT288X || SOC_RT305X || SOC_RT3883 || SOC_MT7620
18         depends on m
19         select RT2X00_LIB
20