Skip to content

Commit

Permalink
ath9k: set ATH9K_PCI to y by default
Browse files Browse the repository at this point in the history
Most ath9k devices are PCI/PCIe based, therefor making PCI/PCIe support
default y helps those porting a config from 2.6 kernel series
from getting "non-functional" wireless drivers with 3.x kernel series.

Signed-off-by: Daniel Kuehn <daniel@kuehn.se>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Daniel Kuehn authored and John W. Linville committed Nov 11, 2011
1 parent 776d68f commit fdacbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ath/ath9k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ config ATH9K

config ATH9K_PCI
bool "Atheros ath9k PCI/PCIe bus support"
default y
depends on ATH9K && PCI
---help---
This option enables the PCI bus support in ath9k.
Expand Down

0 comments on commit fdacbcd

Please sign in to comment.