Kconfig (7f50548abb5454bd82c25aae15f0a3bf6a530f46) | Kconfig (4ef250114f6672dd36f9b961a71d229642517645) |
---|---|
1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 6config ATH9K 7 tristate "Atheros 802.11n wireless cards support" 8 depends on PCI && MAC80211 --- 11 unchanged lines hidden (view full) --- 20 products page: 21 22 http://wireless.kernel.org/en/users/Drivers/ath9k/products 23 24 If you choose to build a module, it'll be called ath9k. 25 26config ATH9K_DEBUGFS 27 bool "Atheros ath9k debugging" | 1config ATH9K_HW 2 tristate 3config ATH9K_COMMON 4 tristate 5 6config ATH9K 7 tristate "Atheros 802.11n wireless cards support" 8 depends on PCI && MAC80211 --- 11 unchanged lines hidden (view full) --- 20 products page: 21 22 http://wireless.kernel.org/en/users/Drivers/ath9k/products 23 24 If you choose to build a module, it'll be called ath9k. 25 26config ATH9K_DEBUGFS 27 bool "Atheros ath9k debugging" |
28 depends on ATH9K | 28 depends on ATH9K && DEBUG_FS |
29 ---help--- 30 Say Y, if you need access to ath9k's statistics for 31 interrupts, rate control, etc. 32 33 Also required for changing debug message flags at run time. 34 | 29 ---help--- 30 Say Y, if you need access to ath9k's statistics for 31 interrupts, rate control, etc. 32 33 Also required for changing debug message flags at run time. 34 |