OSDN Git Service

b43: Kconfig: let config B43_BCMA_PIO depends on B43
authorZhao, Gang <gamerh2o@gmail.com>
Sun, 16 Feb 2014 14:31:37 +0000 (22:31 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Feb 2014 20:21:53 +0000 (15:21 -0500)
Logically, config B43_BCMA_PIO should depend on B43. This also solves
the problem that sub options of b43 driver didn't indent correctly in
make menuconfig's ncurses window.

Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/Kconfig

index 51ff0b1..088d544 100644 (file)
@@ -92,7 +92,7 @@ config B43_SDIO
 # if we can do DMA.
 config B43_BCMA_PIO
        bool
-       depends on B43_BCMA
+       depends on B43 && B43_BCMA
        select BCMA_BLOCKIO
        default y