Skip to content

Commit

Permalink
b43: select BLOCKIO for BCMA
Browse files Browse the repository at this point in the history
We want PIO as fallback for BCMA as well.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jul 8, 2011
1 parent 6ff1e5c commit 8c8b964
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/net/wireless/b43/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ config B43_SDIO

#Data transfers to the device via PIO. We want it as a fallback even
# if we can do DMA.
config B43_BCMA_PIO
bool
depends on B43_BCMA
select BCMA_BLOCKIO
default y

config B43_PIO
bool
depends on B43
Expand Down

0 comments on commit 8c8b964

Please sign in to comment.