030-rt2x00_options.patch 903 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --- a/drivers/net/wireless/ralink/rt2x00/Kconfig
  2. +++ b/drivers/net/wireless/ralink/rt2x00/Kconfig
  3. @@ -225,36 +225,37 @@ config RT2800SOC
  4. config RT2800_LIB
  5. - tristate
  6. + tristate "RT2800 USB/PCI support"
  7. depends on m
  8. config RT2800_LIB_MMIO
  9. - tristate
  10. + tristate "RT2800 MMIO support"
  11. depends on m
  12. select RT2X00_LIB_MMIO
  13. select RT2800_LIB
  14. config RT2X00_LIB_MMIO
  15. - tristate
  16. + tristate "RT2x00 MMIO support"
  17. depends on m
  18. config RT2X00_LIB_PCI
  19. - tristate
  20. + tristate "RT2x00 PCI support"
  21. depends on m
  22. select RT2X00_LIB
  23. config RT2X00_LIB_SOC
  24. - tristate
  25. + tristate "RT2x00 SoC support"
  26. + depends on SOC_RT288X || SOC_RT305X || SOC_MT7620
  27. depends on m
  28. select RT2X00_LIB
  29. config RT2X00_LIB_USB
  30. - tristate
  31. + tristate "RT2x00 USB support"
  32. depends on m
  33. select RT2X00_LIB
  34. config RT2X00_LIB
  35. - tristate
  36. + tristate "RT2x00 support"
  37. depends on m
  38. config RT2X00_LIB_FIRMWARE