Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. config WLAN_VENDOR_RSI
  2. bool "Redpine Signals Inc devices"
  3. default y
  4. ---help---
  5. If you have a wireless card belonging to this class, say Y.
  6. Note that the answer to this question doesn't directly affect the
  7. kernel: saying N will just cause the configurator to skip all
  8. the questions about cards. If you say Y, you will be asked for
  9. your specific card in the following questions.
  10. if WLAN_VENDOR_RSI
  11. config RSI_91X
  12. tristate "Redpine Signals Inc 91x WLAN driver support"
  13. depends on MAC80211
  14. ---help---
  15. This option enabes support for RSI 1x1 devices.
  16. Select M (recommended), if you have a RSI 1x1 wireless module.
  17. config RSI_DEBUGFS
  18. bool "Redpine Signals Inc debug support"
  19. depends on RSI_91X
  20. default y
  21. ---help---
  22. Say Y, if you would like to enable debug support. This option
  23. creates debugfs entries
  24. config RSI_SDIO
  25. tristate "Redpine Signals SDIO bus support"
  26. depends on MMC && RSI_91X
  27. default m
  28. ---help---
  29. This option enables the SDIO bus support in rsi drivers.
  30. Select M (recommended), if you have a RSI 1x1 wireless module.
  31. config RSI_USB
  32. tristate "Redpine Signals USB bus support"
  33. depends on USB && RSI_91X
  34. default m
  35. ---help---
  36. This option enables the USB bus support in rsi drivers.
  37. Select M (recommended), if you have a RSI 1x1 wireless module.
  38. endif # WLAN_VENDOR_RSI