Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 the
  8. questions about these 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. select BT_HCIRSI if RSI_COEX
  14. depends on MAC80211
  15. ---help---
  16. This option enabes support for RSI 1x1 devices.
  17. Select M (recommended), if you have a RSI 1x1 wireless module.
  18. config RSI_DEBUGFS
  19. bool "Redpine Signals Inc debug support"
  20. depends on RSI_91X
  21. default y
  22. ---help---
  23. Say Y, if you would like to enable debug support. This option
  24. creates debugfs entries
  25. config RSI_SDIO
  26. tristate "Redpine Signals SDIO bus support"
  27. depends on MMC && RSI_91X
  28. default m
  29. ---help---
  30. This option enables the SDIO bus support in rsi drivers.
  31. Select M (recommended), if you have a RSI 1x1 wireless module.
  32. config RSI_USB
  33. tristate "Redpine Signals USB bus support"
  34. depends on USB && RSI_91X
  35. default m
  36. ---help---
  37. This option enables the USB bus support in rsi drivers.
  38. Select M (recommended), if you have a RSI 1x1 wireless module.
  39. config RSI_COEX
  40. bool "Redpine Signals WLAN BT Coexistence support"
  41. depends on BT && RSI_91X
  42. depends on !(BT=m && RSI_91X=y)
  43. default y
  44. ---help---
  45. This option enables the WLAN BT coex support in rsi drivers.
  46. Select M (recommended), if you have want to use this feature
  47. and you have RS9113 module.
  48. endif # WLAN_VENDOR_RSI