[PATCH] bcm43xx: Fix Kconfig typo (transfer mode default)
Signed-off-by: Michael Buesch <mbuesch@freenet.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
26533e7e29
commit
c4c3beb7d7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ config BCM43XX_PIO
|
||||||
choice
|
choice
|
||||||
prompt "BCM43xx data transfer mode"
|
prompt "BCM43xx data transfer mode"
|
||||||
depends on BCM43XX
|
depends on BCM43XX
|
||||||
default BCM43XX_DMA_AND_PIO
|
default BCM43XX_DMA_AND_PIO_MODE
|
||||||
|
|
||||||
config BCM43XX_DMA_AND_PIO_MODE
|
config BCM43XX_DMA_AND_PIO_MODE
|
||||||
bool "DMA + PIO"
|
bool "DMA + PIO"
|
||||||
|
|
Loading…
Add table
Reference in a new issue