]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ath9k: set ATH9K_PCI to y by default
authorDaniel Kuehn <daniel@kuehn.se>
Wed, 9 Nov 2011 22:57:57 +0000 (23:57 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 11 Nov 2011 17:32:51 +0000 (12:32 -0500)
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>
drivers/net/wireless/ath/ath9k/Kconfig

index d9c08c619a3ab045fe7950aff6dc6f50d1f08b49..7b4c074e12fafde174793dbf50f1f6b9574ee2e8 100644 (file)
@@ -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.