Kconfig (9a64e8e0ace51b309fdcff4b4754b3649250382a) | Kconfig (00267d591b18fb550f0d63dba28daadf69f924fc) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5config ATH9K_DFS_DEBUGFS 6 def_bool y 7 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED 8 --- 50 unchanged lines hidden (view full) --- 59 ---help--- 60 Say Y, if you need access to ath9k's statistics for 61 interrupts, rate control, etc. 62 63 Also required for changing debug message flags at run time. 64 65config ATH9K_DFS_CERTIFIED 66 bool "Atheros DFS support for certified platforms" | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5config ATH9K_DFS_DEBUGFS 6 def_bool y 7 depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED 8 --- 50 unchanged lines hidden (view full) --- 59 ---help--- 60 Say Y, if you need access to ath9k's statistics for 61 interrupts, rate control, etc. 62 63 Also required for changing debug message flags at run time. 64 65config ATH9K_DFS_CERTIFIED 66 bool "Atheros DFS support for certified platforms" |
67 depends on ATH9K && EXPERT | 67 depends on ATH9K && CFG80211_CERTIFICATION_ONUS |
68 default n 69 ---help--- 70 This option enables DFS support for initiating radiation on 71 ath9k. There is no way to dynamically detect if a card was DFS 72 certified and as such this is left as a build time option. This 73 option should only be enabled by system integrators that can 74 guarantee that all the platforms that their kernel will run on 75 have obtained appropriate regulatory body certification for a --- 45 unchanged lines hidden --- | 68 default n 69 ---help--- 70 This option enables DFS support for initiating radiation on 71 ath9k. There is no way to dynamically detect if a card was DFS 72 certified and as such this is left as a build time option. This 73 option should only be enabled by system integrators that can 74 guarantee that all the platforms that their kernel will run on 75 have obtained appropriate regulatory body certification for a --- 45 unchanged lines hidden --- |