Some of AR231x SoCs (e.g. AR2315) have PCI bus support, so remove !PCI
dependency, which block AHB support build.

Signed-off-by: Sergey Ryazanov <[email protected]>
Cc: Jiri Slaby <[email protected]>
Cc: Nick Kossifidis <[email protected]>
Cc: "Luis R. Rodriguez" <[email protected]>
Cc: [email protected]
Cc: [email protected]
---
 drivers/net/wireless/ath/ath5k/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/ath/ath5k/Kconfig 
b/drivers/net/wireless/ath/ath5k/Kconfig
index 027c11c..2b2a399 100644
--- a/drivers/net/wireless/ath/ath5k/Kconfig
+++ b/drivers/net/wireless/ath/ath5k/Kconfig
@@ -6,8 +6,8 @@ config ATH5K
        select LEDS_CLASS
        select NEW_LEDS
        select AVERAGE
-       select ATH5K_AHB if (AR231X && !PCI)
-       select ATH5K_PCI if (!AR231X && PCI)
+       select ATH5K_AHB if AR231X
+       select ATH5K_PCI if !AR231X
        ---help---
          This module adds support for wireless adapters based on
          Atheros 5xxx chipset.
@@ -54,7 +54,7 @@ config ATH5K_TRACER
 
 config ATH5K_AHB
        bool "Atheros 5xxx AHB bus support"
-       depends on (AR231X && !PCI)
+       depends on AR231X
        ---help---
          This adds support for WiSoC type chipsets of the 5xxx Atheros
          family.
-- 
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to