Kconfig (a44dca1717ce2c2381339e21c07d1731a63a7888) Kconfig (12e9432707dad5a09d8c51857b275c62bb6f91c8)
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

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

51 ---help---
52 This option enables the AHB bus support in ath9k.
53
54 Say Y, if you have a SoC with a compatible built-in
55 wireless MAC. Say N if unsure.
56
57config ATH9K_DEBUGFS
58 bool "Atheros ath9k debugging"
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

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

51 ---help---
52 This option enables the AHB bus support in ath9k.
53
54 Say Y, if you have a SoC with a compatible built-in
55 wireless MAC. Say N if unsure.
56
57config ATH9K_DEBUGFS
58 bool "Atheros ath9k debugging"
59 depends on ATH9K && DEBUG_FS
59 depends on ATH9K
60 select MAC80211_DEBUGFS
60 ---help---
61 Say Y, if you need access to ath9k's statistics for
62 interrupts, rate control, etc.
63
64 Also required for changing debug message flags at run time.
65
66config ATH9K_DFS_CERTIFIED
67 bool "Atheros DFS support for certified platforms"

--- 54 unchanged lines hidden ---
61 ---help---
62 Say Y, if you need access to ath9k's statistics for
63 interrupts, rate control, etc.
64
65 Also required for changing debug message flags at run time.
66
67config ATH9K_DFS_CERTIFIED
68 bool "Atheros DFS support for certified platforms"

--- 54 unchanged lines hidden ---