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