Kconfig (b7f8f259896f669f131713b0c74ba4d008daa71d) Kconfig (3d529cd11f2b6c1c3b8e084269152eb30fbb96f5)
1# SPDX-License-Identifier: ISC
2config ATH9K_HW
3 tristate
4config ATH9K_COMMON
5 tristate
6 select ATH_COMMON
7config ATH9K_COMMON_DEBUG
8 bool

--- 43 unchanged lines hidden (view full) ---

52 help
53 This option enables the AHB bus support in ath9k.
54
55 Say Y, if you have a SoC with a compatible built-in
56 wireless MAC. Say N if unsure.
57
58config ATH9K_DEBUGFS
59 bool "Atheros ath9k debugging"
1# SPDX-License-Identifier: ISC
2config ATH9K_HW
3 tristate
4config ATH9K_COMMON
5 tristate
6 select ATH_COMMON
7config ATH9K_COMMON_DEBUG
8 bool

--- 43 unchanged lines hidden (view full) ---

52 help
53 This option enables the AHB bus support in ath9k.
54
55 Say Y, if you have a SoC with a compatible built-in
56 wireless MAC. Say N if unsure.
57
58config ATH9K_DEBUGFS
59 bool "Atheros ath9k debugging"
60 depends on ATH9K && DEBUG_FS
61 select MAC80211_DEBUGFS
60 depends on ATH9K && DEBUG_FS && MAC80211_DEBUGFS
62 select ATH9K_COMMON_DEBUG
63 help
64 Say Y, if you need access to ath9k's statistics for
65 interrupts, rate control, etc.
66
67 Also required for changing debug message flags at run time and for
68 TX99.
69
70config ATH9K_STATION_STATISTICS
71 bool "Detailed station statistics"
72 depends on ATH9K && ATH9K_DEBUGFS && DEBUG_FS
61 select ATH9K_COMMON_DEBUG
62 help
63 Say Y, if you need access to ath9k's statistics for
64 interrupts, rate control, etc.
65
66 Also required for changing debug message flags at run time and for
67 TX99.
68
69config ATH9K_STATION_STATISTICS
70 bool "Detailed station statistics"
71 depends on ATH9K && ATH9K_DEBUGFS && DEBUG_FS
73 select MAC80211_DEBUGFS
74 default n
75 help
76 This option enables detailed statistics for association stations.
77
78config ATH9K_TX99
79 bool "Atheros ath9k TX99 testing support"
80 depends on ATH9K_DEBUGFS && CFG80211_CERTIFICATION_ONUS
81 default n

--- 133 unchanged lines hidden ---
72 default n
73 help
74 This option enables detailed statistics for association stations.
75
76config ATH9K_TX99
77 bool "Atheros ath9k TX99 testing support"
78 depends on ATH9K_DEBUGFS && CFG80211_CERTIFICATION_ONUS
79 default n

--- 133 unchanged lines hidden ---