Kconfig 1.6 KB

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