Kconfig (0e5d3ab532dd6bd43406d91b1dacb391973f831f) | Kconfig (164a974889c03cbc6559923b8c1da8762904c560) |
---|---|
1config ATH5K 2 tristate "Atheros 5xxx wireless cards support" | 1config ATH5K 2 tristate "Atheros 5xxx wireless cards support" |
3 depends on (PCI || ATHEROS_AR231X) && MAC80211 | 3 depends on (PCI || ATH25) && MAC80211 |
4 select ATH_COMMON 5 select MAC80211_LEDS 6 select LEDS_CLASS 7 select NEW_LEDS 8 select AVERAGE | 4 select ATH_COMMON 5 select MAC80211_LEDS 6 select LEDS_CLASS 7 select NEW_LEDS 8 select AVERAGE |
9 select ATH5K_AHB if (ATHEROS_AR231X && !PCI) 10 select ATH5K_PCI if (!ATHEROS_AR231X && PCI) | 9 select ATH5K_AHB if ATH25 10 select ATH5K_PCI if !ATH25 |
11 ---help--- 12 This module adds support for wireless adapters based on 13 Atheros 5xxx chipset. 14 15 Currently the following chip versions are supported: 16 17 MAC: AR5211 AR5212 18 PHY: RF5111/2111 RF5112/2112 RF5413/2413 --- 30 unchanged lines hidden (view full) --- 49 Say Y here to enable tracepoints for the ath5k driver 50 using the kernel tracing infrastructure. Select this 51 option if you are interested in debugging the driver. 52 53 If unsure, say N. 54 55config ATH5K_AHB 56 bool "Atheros 5xxx AHB bus support" | 11 ---help--- 12 This module adds support for wireless adapters based on 13 Atheros 5xxx chipset. 14 15 Currently the following chip versions are supported: 16 17 MAC: AR5211 AR5212 18 PHY: RF5111/2111 RF5112/2112 RF5413/2413 --- 30 unchanged lines hidden (view full) --- 49 Say Y here to enable tracepoints for the ath5k driver 50 using the kernel tracing infrastructure. Select this 51 option if you are interested in debugging the driver. 52 53 If unsure, say N. 54 55config ATH5K_AHB 56 bool "Atheros 5xxx AHB bus support" |
57 depends on (ATHEROS_AR231X && !PCI) | 57 depends on ATH25 |
58 ---help--- 59 This adds support for WiSoC type chipsets of the 5xxx Atheros 60 family. 61 62config ATH5K_PCI 63 bool "Atheros 5xxx PCI bus support" | 58 ---help--- 59 This adds support for WiSoC type chipsets of the 5xxx Atheros 60 family. 61 62config ATH5K_PCI 63 bool "Atheros 5xxx PCI bus support" |
64 depends on (!ATHEROS_AR231X && PCI) | 64 depends on (!ATH25 && PCI) |
65 ---help--- 66 This adds support for PCI type chipsets of the 5xxx Atheros 67 family. 68 69config ATH5K_TEST_CHANNELS 70 bool "Enables testing channels on ath5k" 71 depends on ATH5K && CFG80211_CERTIFICATION_ONUS 72 ---help--- 73 This enables non-standard IEEE 802.11 channels on ath5k, which 74 can be used for research purposes. This option should be disabled 75 unless doing research. | 65 ---help--- 66 This adds support for PCI type chipsets of the 5xxx Atheros 67 family. 68 69config ATH5K_TEST_CHANNELS 70 bool "Enables testing channels on ath5k" 71 depends on ATH5K && CFG80211_CERTIFICATION_ONUS 72 ---help--- 73 This enables non-standard IEEE 802.11 channels on ath5k, which 74 can be used for research purposes. This option should be disabled 75 unless doing research. |