]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/b43/Kconfig
b43: N-PHY: Implement RX core state setting for rev.2 and earlier PHYs
[~andy/linux] / drivers / net / wireless / b43 / Kconfig
index 64c12e1bced3368fb93d07ad0f0cbc56caed63ef..0a00d42642cdd11c26e0ec84758bbcf866c75d68 100644 (file)
@@ -78,11 +78,11 @@ config B43_SDIO
 
          If unsure, say N.
 
-# Data transfers to the device via PIO
-# This is only needed on PCMCIA and SDIO devices. All others can do DMA properly.
+#Data transfers to the device via PIO. We want it as a fallback even
+# if we can do DMA.
 config B43_PIO
        bool
-       depends on B43 && (B43_SDIO || B43_PCMCIA || B43_FORCE_PIO)
+       depends on B43
        select SSB_BLOCKIO
        default y