mirror of https://gitee.com/openkylin/linux.git
[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
|
@ -23,7 +23,7 @@ config BCM43XX_PIO
|
|||
choice
|
||||
prompt "BCM43xx data transfer mode"
|
||||
depends on BCM43XX
|
||||
default BCM43XX_DMA_AND_PIO
|
||||
default BCM43XX_DMA_AND_PIO_MODE
|
||||
|
||||
config BCM43XX_DMA_AND_PIO_MODE
|
||||
bool "DMA + PIO"
|
||||
|
|
Loading…
Reference in New Issue