|
@@ -5,7 +5,7 @@ config ATH9K_COMMON
|
|
|
|
|
|
config ATH9K
|
|
|
tristate "Atheros 802.11n wireless cards support"
|
|
|
- depends on PCI && MAC80211
|
|
|
+ depends on MAC80211
|
|
|
select ATH9K_HW
|
|
|
select MAC80211_LEDS
|
|
|
select LEDS_CLASS
|
|
@@ -23,6 +23,25 @@ config ATH9K
|
|
|
|
|
|
If you choose to build a module, it'll be called ath9k.
|
|
|
|
|
|
+config ATH9K_PCI
|
|
|
+ bool "Atheros ath9k PCI/PCIe bus support"
|
|
|
+ depends on ATH9K && PCI
|
|
|
+ default PCI
|
|
|
+ ---help---
|
|
|
+ This option enables the PCI bus support in ath9k.
|
|
|
+
|
|
|
+ Say Y, if you have a compatible PCI/PCIe wireless card.
|
|
|
+
|
|
|
+config ATH9K_AHB
|
|
|
+ bool "Atheros ath9k AHB bus support"
|
|
|
+ depends on ATH9K
|
|
|
+ default n
|
|
|
+ ---help---
|
|
|
+ This option enables the AHB bus support in ath9k.
|
|
|
+
|
|
|
+ Say Y, if you have a SoC with a compatible built-in
|
|
|
+ wireless MAC. Say N if unsure.
|
|
|
+
|
|
|
config ATH9K_DEBUGFS
|
|
|
bool "Atheros ath9k debugging"
|
|
|
depends on ATH9K && DEBUG_FS
|