Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. config ATH9K_HW
  2. tristate
  3. config ATH9K_COMMON
  4. tristate
  5. config ATH9K_DFS_DEBUGFS
  6. def_bool y
  7. depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED
  8. config ATH9K_BTCOEX_SUPPORT
  9. bool "Atheros bluetooth coexistence support"
  10. depends on (ATH9K || ATH9K_HTC)
  11. default y
  12. ---help---
  13. Say Y, if you want to use the ath9k/ath9k_htc radios together with
  14. Bluetooth modules in the same system.
  15. config ATH9K
  16. tristate "Atheros 802.11n wireless cards support"
  17. depends on MAC80211
  18. select ATH9K_HW
  19. select MAC80211_LEDS
  20. select LEDS_CLASS
  21. select NEW_LEDS
  22. select ATH9K_COMMON
  23. ---help---
  24. This module adds support for wireless adapters based on
  25. Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
  26. of chipsets. For a specific list of supported external
  27. cards, laptops that already ship with these cards and
  28. APs that come with these cards refer to to ath9k wiki
  29. products page:
  30. http://wireless.kernel.org/en/users/Drivers/ath9k/products
  31. If you choose to build a module, it'll be called ath9k.
  32. config ATH9K_PCI
  33. bool "Atheros ath9k PCI/PCIe bus support"
  34. default y
  35. depends on ATH9K && PCI
  36. ---help---
  37. This option enables the PCI bus support in ath9k.
  38. Say Y, if you have a compatible PCI/PCIe wireless card.
  39. config ATH9K_AHB
  40. bool "Atheros ath9k AHB bus support"
  41. depends on ATH9K
  42. default n
  43. ---help---
  44. This option enables the AHB bus support in ath9k.
  45. Say Y, if you have a SoC with a compatible built-in
  46. wireless MAC. Say N if unsure.
  47. config ATH9K_DEBUGFS
  48. bool "Atheros ath9k debugging"
  49. depends on ATH9K && DEBUG_FS
  50. ---help---
  51. Say Y, if you need access to ath9k's statistics for
  52. interrupts, rate control, etc.
  53. Also required for changing debug message flags at run time.
  54. config ATH9K_DFS_CERTIFIED
  55. bool "Atheros DFS support for certified platforms"
  56. depends on ATH9K && EXPERT
  57. default n
  58. ---help---
  59. This option enables DFS support for initiating radiation on
  60. ath9k. There is no way to dynamically detect if a card was DFS
  61. certified and as such this is left as a build time option. This
  62. option should only be enabled by system integrators that can
  63. guarantee that all the platforms that their kernel will run on
  64. have obtained appropriate regulatory body certification for a
  65. respective Atheros card by using ath9k on the target shipping
  66. platforms.
  67. This is currently only a placeholder for future DFS support,
  68. as DFS support requires more components that still need to be
  69. developed. At this point enabling this option won't do anything
  70. except increase code size.
  71. config ATH9K_RATE_CONTROL
  72. bool "Atheros ath9k rate control"
  73. depends on ATH9K
  74. default y
  75. ---help---
  76. Say Y, if you want to use the ath9k specific rate control
  77. module instead of minstrel_ht.
  78. config ATH9K_HTC
  79. tristate "Atheros HTC based wireless cards support"
  80. depends on USB && MAC80211
  81. select ATH9K_HW
  82. select MAC80211_LEDS
  83. select LEDS_CLASS
  84. select NEW_LEDS
  85. select ATH9K_COMMON
  86. ---help---
  87. Support for Atheros HTC based cards.
  88. Chipsets supported: AR9271
  89. For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
  90. The built module will be ath9k_htc.
  91. config ATH9K_HTC_DEBUGFS
  92. bool "Atheros ath9k_htc debugging"
  93. depends on ATH9K_HTC && DEBUG_FS
  94. ---help---
  95. Say Y, if you need access to ath9k_htc's statistics.