mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 20:07:00 +00:00
b43: select BLOCKIO for BCMA
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>
This commit is contained in:
parent
6ff1e5cf70
commit
8c8b964c20
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user